From 2d93e7374b2c2b568d2c01dd15991a90b25d4971 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 15 Dec 2000 18:09:08 +0000 Subject: [PATCH] Corrected a bad link --- eo/tutorial/html/eoLesson2.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/eo/tutorial/html/eoLesson2.html b/eo/tutorial/html/eoLesson2.html index c50683ede..80b026570 100644 --- a/eo/tutorial/html/eoLesson2.html +++ b/eo/tutorial/html/eoLesson2.html @@ -37,7 +37,7 @@ operators of the same type stopping criteria
  • -use alternate selection/replacement +use alternate selection/replacement engines, deviating from the pure generational GA
  • @@ -67,7 +67,9 @@ argument is a vector<bool> or a Note: Also, +
      +

      +

    Note: Also, a non-templatized fitness can be compiled separately (not done here) into an object file once and for all (remember @@ -84,6 +86,8 @@ requires.
     

      +
      +
     

    Note: In the previous files (Bit - Real) , the last 2 types were deduced from the first (2nd argument = fitness @@ -107,7 +111,9 @@ You can also use different initializers and call them in turn through the call to pop.append() function (see Exercise 2). -


    Note: Don't +
      +

      +

    Note: Don't forget to evaluate the population: the eoPop has no idea of the eval function, so it has to be done from outside!!!