Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 6 and Version 7 of Documentation/Reference/Traveling Salesman Problem


Ignore:
Timestamp:
02/17/11 10:24:50 (13 years ago)
Author:
gkronber
Comment:

corrected link

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Traveling Salesman Problem

    v6 v7  
    1717
    1818Yes, HeuristicLab comes with a set of pre-configured algorithms that solve the "ch130" traveling salesman problem from the TSPLIB:
    19  * [[UsersTSPSample#GATSP| Standard Genetic Algorithm + ch130]]
    20  * [[UsersTSPSample#IslandGA| Island Genetic Algroithm + ch130]]
    21  * [[UsersTSPSample#TSTSP| Tabu Search + ch130]]
     19 * [[UsersSamples#GATSP| Standard Genetic Algorithm + ch130]]
     20 * [[UsersSamples#IslandGA| Island Genetic Algroithm + ch130]]
     21 * [[UsersSamples#TSTSP| Tabu Search + ch130]]
    2222
    2323[=#Evaluator]