6 releases

0.4.0 Mar 29, 2024
0.3.0 Mar 27, 2024
0.2.2 Mar 25, 2024
0.2.1 Mar 25, 2024
0.2.0 Mar 25, 2024

#204 in Math

Download history 264/week @ 2024-03-21 209/week @ 2024-03-28 42/week @ 2024-04-04

515 downloads per month

MIT license

34KB
910 lines

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

No runtime deps