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