Skip to content

Commit 86d906e

Browse files
committed
Update README.md
1 parent d87f4de commit 86d906e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)