Genetic algorithm implementation to solve the famous NP-hard problem - The Travelling Salesman
- Install requirements by running -
pip install -r requirements.txt
- Set the values in settings.py
- Run genoTSP.py
- Display the routes on a GUI while training