Skip to content

MechaNeurons/fuzzy-logic-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages