From 8aad8f547cf832f048793c13b28cf3ae383046ca Mon Sep 17 00:00:00 2001 From: evomarc Date: Sat, 27 Jan 2001 07:33:55 +0000 Subject: [PATCH] A few mistakes corrected - and some comments on the setup method --- eo/tutorial/html/eoEngine.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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

    @@ -310,7 +315,9 @@ size. Available instances of eoSurviveAndDieReplace are limited todayto the eoDeterministicSaDReplacement, the  that uses a deterministic MergeReduce. -


    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