13 lines
614 B
Text
13 lines
614 B
Text
|
|
###### General ######
|
|
# --help=0 # -h : Prints this message
|
|
# --stopOnUnknownParam=1 # Stop if unkown param entered
|
|
# --seed=1276179907 # -S : Random number seed
|
|
|
|
###### Persistence ######
|
|
# --out=out.dat # -o : Output file of the sampling
|
|
# --status=./densityOfStates.status # Status file
|
|
|
|
###### Representation ######
|
|
# --vecSize=20 # -V : Genotype size
|
|
# --nbSol=100 # -n : Number of random solution
|