fuzzy-logic_rs 0.5.0

An implementation of fuzzy logic in rust!
Documentation
1
2
3
4
5
6
7
8
9
10
# Example Lists

* [tipper]examples/tipper.md<br>
  Typical tipping problem solved using Mamdani type 1.

* [speed control]examples/speed_control.md<br>
   Mamdani type1 used to control the acceleration of a car.

* [Function approximation]examples/function_approximation.md<br>
  TSK type1 system used to approximate the function $f(x) = x(1-x)$ where $x\in[0,1]$