Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
06/10/10 12:30:34 (14 years ago)
Author:
mkofler
Comment:

--

Legend:

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

    v5 v6  
    1313|| !UseDistanceMatrix   || True if a distance matrix should be calculated and used for evaluation, otherwise false. ||
    1414
     15
     16'''Is there a sample/tutorial?'''
     17
     18Yes, 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]]
     22
    1523[=#Evaluator]
    1624== TPS Operators ==