From 6dcc949ee59fd78acfd665a6483099ef37a865c9 Mon Sep 17 00:00:00 2001 From: evomarc Date: Thu, 6 Dec 2001 06:44:44 +0000 Subject: [PATCH] A few corrections before the big name change --- eo/tutorial/html/eoLesson1.html | 2 +- eo/tutorial/html/eoOperators.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eo/tutorial/html/eoLesson1.html b/eo/tutorial/html/eoLesson1.html index 9bc77277..28ec5e87 100644 --- a/eo/tutorial/html/eoLesson1.html +++ b/eo/tutorial/html/eoLesson1.html @@ -219,7 +219,7 @@ operator). Evolution engine: The selection/replacement mechanism (Bit - Real) is a simple generational -GA here: a simple selector, and a generational replacement. The eoDetTournament +GA here: a simple selector, and a generational replacement. The eoDetTournamentSelect has been chosen as a robust selection, and the generational replacement (all parents are replaced by the offspring) is hard-coded in the eoSGA algorithm. diff --git a/eo/tutorial/html/eoOperators.html b/eo/tutorial/html/eoOperators.html index b95b6179..0e65fb2b 100644 --- a/eo/tutorial/html/eoOperators.html +++ b/eo/tutorial/html/eoOperators.html @@ -103,8 +103,8 @@ variation operators can be combined into the corresponding eoProportionalCombinedQuadOp. The general operators eoGenOp can be combined into some eoOpContainer, -abstract class with two implementations, eoProportionalOpContainer -and eoSequentialOpContainer +abstract class with two implementations, eoProportionalOp +and eoSequentialOp
  • Related classes: General operators