Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 620 Bytes

fuzzy_truck

Simples project to study Fuzzy Logic in INE5430 - Articial Intelligence subject at UFSC using scikit-fuzzy tookit.

Running

Grant that you have Poetry installed.

Grant that you have Java installed.

Clone repository and inside it, run

poetry install

Run simulation with

java -jar simulation.jar

Then run driver with

poetry run python run.py

Future upgrades

First version made with 35 rules and fuzzy variables with 5 and 7 groups, and this can be optimized.