- A simple genetic algorithm for the Travelling salesman problem.
- < 100 lines of code
- Achieves reasonable performance for 25, 50, 100 cities
- Optimal solution isn't guaranteed as the algorithm can get stuck in local minima / be slow to converge, but empirically was found to work well
-
Notifications
You must be signed in to change notification settings - Fork 0
Genetic algorithm for the Travelling salesman problem
License
almayor/genetic-tsp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Genetic algorithm for the Travelling salesman problem