Skip to main content

Module fuzzy_logic_engine

Module fuzzy_logic_engine 

Source
Expand description

Full-featured Fuzzy Logic Engine with Mamdani inference and multiple defuzzification strategies.

Provides membership functions (Triangle, Trapezoid, Gaussian, Bell, Sigmoid, Singleton, Linear), tree-structured antecedent expressions (And / Or / Not / Very / Somewhat), rule-based Mamdani inference, and five defuzzification methods (Centroid, Bisector, MeanOfMaxima, LargestOfMaxima, SmallestOfMaxima).

Re-exports§

pub use types::*;

Modules§

functions
Auto-generated module
types
Auto-generated module