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.



eoSelect: Other @@ -241,6 +244,8 @@ and you can probably guess what each of them actually does :-)
 

  +
  +
 

Available instances of eoMergeReduce replacement include