7 unstable releases (3 breaking)
0.5.0 | May 13, 2024 |
---|---|
0.4.0 | Mar 29, 2024 |
0.3.0 | Mar 27, 2024 |
0.2.2 | Mar 25, 2024 |
#337 in Math
548 downloads per month
52KB
1K
SLoC
Fuzzy-Logic-rs
In this project I've tried to implement a simple and lightweight implementation of fuzzy logic only using std.
Please follow for more updates! The Mamdani type I is completed, with all regular features. Please refer to documentation or for a quick start check out examples.
Documentation
You can view a complete documentation at here.
Inference Systems
- Mamdani Type 1
- Mamdani Type 2
- TSK Type 1
- TSK Type 2
Future Plans
- Import and Export systems to and from a file
- Create a python module
- Add plot support
- Add meta-heuristics
- Add ANFIS support
- Add dedicated control module
- Add fuzzy c-means