diff --git a/eo/tutorial/html/FirstRealGA.html b/eo/tutorial/html/FirstRealGA.html index 7bd1b168f..e14d5a7d4 100644 --- a/eo/tutorial/html/FirstRealGA.html +++ b/eo/tutorial/html/FirstRealGA.html @@ -272,7 +272,7 @@ The actual code is in boldface and the comment in normal face.  // offspring(i) is a linear combination of parent(i)
-  eoArithmeticCrossover<Indi> xover;
+  eoSegmentCrossover<Indi> xover;
diff --git a/eo/tutorial/html/eoLesson1.html b/eo/tutorial/html/eoLesson1.html index 9c45a9fcd..6d5544836 100644 --- a/eo/tutorial/html/eoLesson1.html +++ b/eo/tutorial/html/eoLesson1.html @@ -219,7 +219,7 @@ objects of class parameters, and will -be passed to the eoSGAalgorithm. +be passed to the eoSGA algorithm.