git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1384 331e1502-861f-0410-8da2-ba01fb791d7f
5 lines
357 B
Text
Executable file
5 lines
357 B
Text
Executable file
###### Configuration ######
|
|
--instancePath=../tsp/benchs/berlin52.tsp # Path to the instance
|
|
--tabuListSize=10 # Size of the tabu list
|
|
--maxIter=1000 # Maximum number of iterations
|
|
--tabuListType=TwoOpt # Type of the tabu list: 'TwoOpt', 'SimpleMove' or 'SimpleSolution'
|