File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,10 @@ time:
7070- ` ops-dyn ` — use dynamic dispatch for selecting operators at runtime.
7171- ` inference-mamdani ` — compile the Mamdani inference engine implementation.
7272
73- ## Examples
74-
75- Example binaries will live under the ` examples/ ` directory. They are not yet implemented, but the
76- plan is to showcase tasks such as temperature control, batch processing, fuzzy C-means clustering,
77- and gradient-descent tuning of membership functions. You will be able to run them with Cargo once
78- they are published:
79-
80- ``` bash
81- cargo run --example temperature
82- ```
83-
8473## Roadmap
8574
86- - [ ] Flesh out membership functions and sampling utilities .
87- - [ ] Implement the Mamdani inference pipeline end-to-end .
75+ - [ ] Make some example scripts under examles/, benches/ .
76+ - [ ] Implement comprehensive tests .
8877- [ ] Document the builder APIs and provide a quick start guide.
8978- [ ] Publish the crate and examples for real-world testing.
9079
You can’t perform that action at this time.
0 commit comments