diff --git a/eo/tutorial/html/eoEngine.html b/eo/tutorial/html/eoEngine.html index 35ae194c..468d4191 100644 --- a/eo/tutorial/html/eoEngine.html +++ b/eo/tutorial/html/eoEngine.html @@ -159,9 +159,12 @@ paradigm).
Note: some procedures for selecting
a single individual require some pre-processing of the whole population
that takes place before any selection, and will be repeated identically
-for every individual. The encapsulation of an into an allows
-to call such technical processing only once through the use of method setup
-of class . This method does nothing by default, but is mandatory
+for every individual. The encapsulation of an eoSelectOne
+into an eoSelectMany allows to call such technical
+processing only once through a call to the setup method of class eoSelectOne.
+This method does nothing by default, but is implemented for instance in
+eoProportionalSelect (the roulette wheel-selection) to compute only once
+the total of the fitnesses of all individuals in the population.
+
+
Available instances of eoMergeReduce replacement include
Note: The basic use (and initial
+
+
+
Note: The basic use (and initial motivation) for eoSurviveAndDie takes 2 arguments, an eoMergeReduce and a number of surviving parents. It starts by copying the best parents to the new populations, then merges