diff --git a/eo/tutorial/html/eoEngine.html b/eo/tutorial/html/eoEngine.html index 42e8b430..ecd9d5ec 100644 --- a/eo/tutorial/html/eoEngine.html +++ b/eo/tutorial/html/eoEngine.html @@ -2,7 +2,7 @@ - + Genetic Engine @@ -94,44 +94,29 @@ two objects of respective types eoReduce and you can probably guess what each of them actually does :-) -
  -

  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -

Available instances of eoMergeReduce replacement -include +


Available instances of eoMergeReduce +replacement include

  • @@ -189,7 +174,7 @@ an elitist replacement makes no sense - but will not harm either :-) file

    The file t-eoReplacement in the test directory implements all -above replacmenet procedures withni a very simple and easy-to-monitor Dummy +above replacmenet procedures within a very simple and easy-to-monitor Dummy EO class.


    @@ -237,34 +222,41 @@ selection can be used to select a single individual, both uses are probably a waste of CPU time.


    @@ -387,8 +379,7 @@ derives from

    Its constructor takes 2 argumenrts:

    eoHowMany(double _rate, bool _interpret_as_rate -= -true)

    += true) so by default the double is indeed interpreted as a rate.

    It is used in eoSelectMany (which supersedes eoSelectPerc