Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 433 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 433 Bytes

TSP evolutionary algorithm 2020

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.