A novel approach to the selection process for genetic algorithms
Paper: A Leveled Mentorship Approach to Genetic Algoritms for the Travelling Salesman Problem
To run this project first you must download a tsp file and matching tour file from Waterloo's VLSI Dataset
Then execute the mentor-ga.py file
python mentor-ga.py {path-to-tsp-file}
Where {path-to-tsp-file is the relative path to the tsp file}
IMPORTANT: The tsp file and tour file should be in the same location