modif cmake configuration
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1277 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
1432128e88
commit
350bdfc7de
1261 changed files with 144616 additions and 0 deletions
19
branches/cmakemodif/paradiseo-peo/tutorial/Lesson2/param
Normal file
19
branches/cmakemodif/paradiseo-peo/tutorial/Lesson2/param
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
###### Param ######
|
||||
--popSize=20 # -P : Population size
|
||||
--maxGen=300 # -G : Maximum number of generations
|
||||
--mutEpsilon=0.01 # -e : epsilon for mutation
|
||||
--pCross=0.80 # -C : Crossover probability
|
||||
--pMut=0.30 # -M : Mutation probability
|
||||
--vecSize=2 # -V : Vector size
|
||||
--pMin=-2.0 # -N : Init position min
|
||||
--pMax=2.0 # -X : Init position max
|
||||
|
||||
## miscallenous parameters
|
||||
|
||||
--debug=false
|
||||
|
||||
## deployment schema
|
||||
|
||||
--schema=schema.xml
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue