Changes between Version 6 and Version 7 of Documentation/Reference/Traveling Salesman Problem
- Timestamp:
- 02/17/11 10:24:50 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/Traveling Salesman Problem
v6 v7 17 17 18 18 Yes, HeuristicLab comes with a set of pre-configured algorithms that solve the "ch130" traveling salesman problem from the TSPLIB: 19 * [[Users TSPSample#GATSP| Standard Genetic Algorithm + ch130]]20 * [[Users TSPSample#IslandGA| Island Genetic Algroithm + ch130]]21 * [[Users TSPSample#TSTSP| Tabu Search + ch130]]19 * [[UsersSamples#GATSP| Standard Genetic Algorithm + ch130]] 20 * [[UsersSamples#IslandGA| Island Genetic Algroithm + ch130]] 21 * [[UsersSamples#TSTSP| Tabu Search + ch130]] 22 22 23 23 [=#Evaluator]