diff --git a/eo/tutorial/html/eoLesson2.html b/eo/tutorial/html/eoLesson2.html index c50683ed..80b02657 100644 --- a/eo/tutorial/html/eoLesson2.html +++ b/eo/tutorial/html/eoLesson2.html @@ -37,7 +37,7 @@ operators of the same type stopping criteria
+
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
forget to evaluate the population:
the eoPop has no idea of the eval function, so it has to be done from outside!!!
Note: Don't
+
+