This project contains an implementation of the algorithm exposed in: EpiGenetics and a normal genetic algorithm for comparison porpuses. The implementations are both focused in solving the TSP algorithm.
The code is written in python 3.6. and its requirements can be found in Pipfile.
To run the code you only need to run inside of the folder python ..
There is an example _main_.py which can be modified in order to run different experiments. In the folder res there is also a set of examples that can be used to show see how the algorithms perform.
Contributors:
- @panserbjorn
- @nicolaspascual
- @etenedrac
- @cuquiwi