An optimal restaurant searcher ai algorithm.
Install requirements with pip install -r requirements.txt
command
Pre-commit automatically run itself but if you want to format changes run pre-commit run --all-files
- Data Creation
- Pre-Commit
- EDA
- Greedy Heuristic
- Sub 2-3 Optimal Tree
- Genetic Algorithm