From 16b8742d7da1e1b6d279fe64d641ef6bcdd5a15b Mon Sep 17 00:00:00 2001 From: jhumeau Date: Fri, 4 Jun 2010 14:12:04 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20du=20fichier=20de=20param=20corresponda?= =?UTF-8?q?nt=20=C3=A0=20la=20le=C3=A7on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1842 331e1502-861f-0410-8da2-ba01fb791d7f --- .../tutorial/Lesson4/FlowShopDMLS.param | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.param diff --git a/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.param b/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.param new file mode 100644 index 000000000..c7843d367 --- /dev/null +++ b/trunk/paradiseo-moeo/tutorial/Lesson4/FlowShopDMLS.param @@ -0,0 +1,20 @@ + +###### General ###### +# --help=0 # -h : Prints this message +# --stopOnUnknownParam=1 # Stop if unkown param entered +# --seed=1275660123 # -S : Random number seed + +###### Evolution Engine ###### +# --nhSize=20 # -G : neighborhood size +# --popSize=20 # -P : Population Size + +###### Persistence ###### +# --Load= # -L : A save file to restart from +# --recomputeFitness=0 # -r : Recompute the fitness after re-loading the pop.? +# --status=./FlowShopDMLS.status # Status file + +###### Representation ###### +# --BenchmarkFile=../examples/flowshop/benchs/020_20_01.txt # -B : Benchmark file name + +###### Stopping criterion ###### +# --maxGen=100 # -G : Maximum number of gen.