fuzzy-logic_rs

Crates.iofuzzy-logic_rs
lib.rsfuzzy-logic_rs
version0.5.0
sourcesrc
created_at2024-03-25 05:18:19.217376
updated_at2024-05-13 23:39:41.816958
descriptionAn implementation of fuzzy logic in rust!
homepagehttps://mechaneurons.github.io/
repositoryhttps://github.com/MechaNeurons/fuzzy-logic-rs
max_upload_size
id1184953
size105,458
Seyed Mohammad Amin Sadat (MechaNeurons)

documentation

https://mechaneurons.github.io/fuzzy-logic-rs/

README

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
Commit count: 31

cargo fmt