Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 942 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 942 Bytes

Fuzzy ToolBox

The toolbox lets you model complex system behaviors using simple logic rules, and then implement these rules in a fuzzy inference system.

Getting Started

  • Follow these steps to use the tool box
1- Build the input variables
2- Build the output variables
3- Add the rules
4- Set the crisp value of the input variables
5- run the tool box with function toolBox.run()
6- print the results in the output variable
  • main file has a detailed example for using the tool box

Prerequisites

Authors