diff --git a/eo/tutorial/html/eoLesson1.html b/eo/tutorial/html/eoLesson1.html index f9116bdf0..22a09acbe 100644 --- a/eo/tutorial/html/eoLesson1.html +++ b/eo/tutorial/html/eoLesson1.html @@ -33,19 +33,22 @@ follow the guided tour. Later you will be asked to
You need now to take a look at either programs
-by browsing alone through the sources for FirstBitGA
-and FirstRealGA, or follow the guided tour
-below, or go directly to the exercises.
+
+
Now you need to take a look at the program codes, either by browsing +alone through the sources for FirstBitGA +and FirstRealGA, or by following the guided +tour below. You might prefer to go directly to the exercises.
Lessons: +
+
+
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
+
+