RC for ParadisEO 2.0

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2709 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
quemy 2012-07-16 07:25:10 +00:00
commit 6f384f4a59
995 changed files with 136161 additions and 0 deletions

View file

@ -0,0 +1,20 @@
###### General ######
# --help=0 # -h : Prints this message
# --stopOnUnknownParam=1 # Stop if unkown param entered
# --seed=1275659678 # -S : Random number seed
###### Evolution Engine ######
# --nhSize=20 # -G : neighborhood size
--popSize=1 # -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.