diff --git a/eo/tutorial/html/SecondBitEA.html b/eo/tutorial/html/SecondBitEA.html
index 198cc917..e761dc8d 100644
--- a/eo/tutorial/html/SecondBitEA.html
+++ b/eo/tutorial/html/SecondBitEA.html
@@ -9,7 +9,7 @@
Back to Lesson 3 - Tutorial
main page - Algorithm-Based - Component-Based
-page - Programming hints - EO
+ - Programming hints - EO
documentation
@@ -319,7 +319,8 @@ rng.reseed(seed);
// based on boolean_generator class (see utils/rnd_generator.h)
eoInitFixedLength<Indi, boolean_generator>
-
random(vecSize, boolean_generator());
+
+random(vecSize, boolean_generator());
// Init pop from the randomizer: need to use the append function
@@ -368,9 +369,9 @@ by default rate==1
// And we now have the full
slection/replacement - though with
- // no replacement (== generational
-replacement) at the moment :-)
- eoNoReplacement<Indi> replace; |
+
// the same generational
+replacement at the moment :-)
+
eoGenerationalReplacement<Indi> replace;
@@ -598,7 +599,7 @@ cout << "Exception: " << e.what() << '\n';
Back to Lesson 3 - Tutorial
main page - Algorithm-Based - Component-Based
-page - Programming hints - EO
+ - Programming hints - EO
documentation