diff --git a/trunk/paradiseo-moeo/tutorial/Lesson3/FlowShopEA.param b/trunk/paradiseo-moeo/tutorial/Lesson3/FlowShopEA.param index 8ac33dbbb..885600e47 100644 --- a/trunk/paradiseo-moeo/tutorial/Lesson3/FlowShopEA.param +++ b/trunk/paradiseo-moeo/tutorial/Lesson3/FlowShopEA.param @@ -5,7 +5,7 @@ # --seed=1183379758 # -S : Random number seed ###### Evolution Engine ###### ---popSize=20 # -P : Population Size +--popSize=100 # -P : Population Size --updateArch=1 # Update the archive at each gen. --fitness=FastNonDominatedSorting # -F : Fitness assignment scheme: Dummy, FastNonDominatedSorting or IndicatorBased --indicator=Epsilon # -i : Binary indicator for IndicatorBased: Epsilon, Hypervolume @@ -39,7 +39,7 @@ --maxGen=100 # -G : Maximum number of generations (0 = none) --maxEval=0 # -E : Maximum number of evaluations (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 ###### --crossRate=1 # Relative rate for the only crossover