From 1c14d2d2d9a4a8f77b44fca4c63ccea2dd6f87b2 Mon Sep 17 00:00:00 2001 From: liefooga Date: Fri, 15 Feb 2008 14:00:23 +0000 Subject: [PATCH] update with 100 individuals ;) git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@964 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-moeo/tutorial/Lesson3/FlowShopEA.param | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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