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:
parent
59222069a4
commit
6f384f4a59
995 changed files with 136161 additions and 0 deletions
14
branches/rc2.0/paradiseo-moeo/tutorial/Lesson1/Sch1.param
Normal file
14
branches/rc2.0/paradiseo-moeo/tutorial/Lesson1/Sch1.param
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
###### General ######
|
||||
# --help=0 # -h : Prints this message
|
||||
# --stopOnUnknownParam=1 # Stop if unkown param entered
|
||||
|
||||
###### Param ######
|
||||
--popSize=100 # -P : Population size
|
||||
--maxGen=100 # -G : Maximum number of generations
|
||||
--mutEpsilon=0.01 # -e : epsilon for mutation
|
||||
--pCross=0.25 # -C : Crossover probability
|
||||
--pMut=0.35 # -M : Mutation probability
|
||||
|
||||
###### Persistence ######
|
||||
# --status=./Sch1.status # Status file
|
||||
Loading…
Add table
Add a link
Reference in a new issue