New code for the fuzzy control module.
- python's numpy should be installed.
- Scipy should be installed
- Scipy's skfuzzy toolbox should be installed.
Main file containing the call to fuzzy class which controls the fuzzy output corresponding to a control input
Fuzzy class is contained in this file.
Imports standardized values from main.py and runs the other routines defined in fuzzy.py. Passes the results to visualize.py for results plotting.
Fuzzifies the inputs[] array into b[][] 3D array.