update with 100 individuals ;)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@964 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
9063cbaab0
commit
1c14d2d2d9
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# --seed=1183379758 # -S : Random number seed
|
# --seed=1183379758 # -S : Random number seed
|
||||||
|
|
||||||
###### Evolution Engine ######
|
###### Evolution Engine ######
|
||||||
--popSize=20 # -P : Population Size
|
--popSize=100 # -P : Population Size
|
||||||
--updateArch=1 # Update the archive at each gen.
|
--updateArch=1 # Update the archive at each gen.
|
||||||
--fitness=FastNonDominatedSorting # -F : Fitness assignment scheme: Dummy, FastNonDominatedSorting or IndicatorBased
|
--fitness=FastNonDominatedSorting # -F : Fitness assignment scheme: Dummy, FastNonDominatedSorting or IndicatorBased
|
||||||
--indicator=Epsilon # -i : Binary indicator for IndicatorBased: Epsilon, Hypervolume
|
--indicator=Epsilon # -i : Binary indicator for IndicatorBased: Epsilon, Hypervolume
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
--maxGen=100 # -G : Maximum number of generations (0 = none)
|
--maxGen=100 # -G : Maximum number of generations (0 = none)
|
||||||
--maxEval=0 # -E : Maximum number of evaluations (0 = none)
|
--maxEval=0 # -E : Maximum number of evaluations (0 = none)
|
||||||
--maxTime=0 # -T : Maximum running time in seconds (0 = none)
|
--maxTime=0 # -T : Maximum running time in seconds (0 = none)
|
||||||
#--CtrlC=1 # -C : Terminate current generation upon Ctrl C (only available on Unix platforms)
|
#--CtrlC=1 # -C : Terminate current generation upon Ctrl C (only available on Unix platforms)
|
||||||
|
|
||||||
###### Variation Operators ######
|
###### Variation Operators ######
|
||||||
--crossRate=1 # Relative rate for the only crossover
|
--crossRate=1 # Relative rate for the only crossover
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue