From e5ff1bf59ce1763c9ca1b39673b004c1257476bf Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 4 Dec 2000 16:49:42 +0000 Subject: [PATCH] Added normal mutation for reals, and corrected error of segment-> arithmetic for the crossover operators --- eo/tutorial/html/FirstRealGA.html | 2 +- eo/tutorial/html/eoLesson1.html | 4 +- eo/tutorial/html/eoLesson2.html | 77 ++++++++++++++++++++++++------- 3 files changed, 63 insertions(+), 20 deletions(-) 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.