Python implementation of an evolutionary algorithm aimed at solving the travelling salesman problem
Written for the KU Leuven course Genetic Algorithms and Evolutionary Computing (B-KUL-H02D1A)
The main script is tested to be compatible with Python 3.6 and up. The others require at least Python 3.7.