As a part of my Bachelor's thesis, I made a simulation for doing TSP with Genetic Algorithms. Feel free to use and improve!
Simply clone the repository to a directory, compile and we are good to go!
-SFML, at least version 2.5.1.
Get the software from Github and simply make in the folder.
Then simply run the file, the software tells you what to do!
In order to use further instances, those can be downloaded here for example: https://www.iwr.uni-heidelberg.de/groups/comopt/software/TSPLIB95/
Make sure to format them to csv, same format as the other files!
- Refactor the 2-opt swap procedure to correspond that of the 3-opt to optimize the performance
- LKH implementation!
- GPU-computation
- Jussi Hakosalo - All of it - hakosaj
This project is licensed under the MIT License
- Juho Andelmin (my dear supervisor).
- Perttu Yli-Opas, Juuso Kylmäoja and Pietari Kaskela for pushing me onwards.