git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2713 331e1502-861f-0410-8da2-ba01fb791d7f
14 lines
702 B
Text
14 lines
702 B
Text
|
|
###### General ######
|
|
# --help=0 # -h : Prints this message
|
|
# --stopOnUnknownParam=1 # Stop if unkown param entered
|
|
# --seed=1276179843 # -S : Random number seed
|
|
|
|
###### Persistence ######
|
|
# --out=out.dat # -o : Output file of the sampling
|
|
# --status=./neutralWalk.status # Status file
|
|
|
|
###### Representation ######
|
|
# --vecSize=20 # -V : Genotype size
|
|
# --blockSize=4 # -k : Block size of the Royal Road
|
|
# --nbStep=100 # -n : Number of steps of the random walk
|