This program approach the optimal solution to the Traveling Salesman Problem with a genetic algorithm
python 3.7 and matplotlib (https://matplotlib.org/)
Note: this program has only been tested on Mac OsX
python3 main.py [-h] [-b | -c]
Option:
- -h, --help : Print help
- -b, --best : Print the best individual of the current population (defaut option)
- -c, --convergence : Print the convergence curve
Mac OS