项目作者: mareksubocz
项目描述 :
Genetic-algorithm-based travelling salesman problem metaheuristic
高级语言: C++
项目地址: git://github.com/mareksubocz/Genetic-TSP-Algorithm.git
Genetic-TSP-Algorithm
Genetic algorithm based travelling salesman problem heuristic
To try greedy solution, just download the repo and execute “start.py” with python3.
To try the genetic one, start “genetic.cpp” with a data file name as an argument.

