From 98382085497e81a32d76081a7a2a2d1bed2529d4 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Fri, 6 Feb 2009 13:07:18 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1410 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/MOLS/test/param | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contribution/branches/MOLS/test/param diff --git a/contribution/branches/MOLS/test/param b/contribution/branches/MOLS/test/param new file mode 100644 index 000000000..4c241f52a --- /dev/null +++ b/contribution/branches/MOLS/test/param @@ -0,0 +1,11 @@ + +###### General ###### +--help=0 # -h : Prints this message +--stopOnUnknownParam=1 # Stop if unkown param entered +# --seed=1203083493 # -S : Random number seed + +###### Evolution Engine ###### +--popSize=1000 # -P : Population Size + +###### Representation ###### +#--BenchmarkFile=../examples/flowshop/benchs/020_10_01.txt # -B : Benchmark file name REQUIRED