Using neural networks, fuzzy logic, and various heuristics to prune the search tree for a chess engine.
- This project requires python 3.6 (3.7 not yet supported by skfuzzy).
- skfuzzy also requires matplotlib, which can pose issues when using virtual environments (python is not installed as a framework). This stackoverflow post has a working solution.