From 31971866e84465a481b0a3136c490b5a4c3714fb Mon Sep 17 00:00:00 2001 From: evomarc Date: Thu, 18 Sep 2003 15:09:34 +0000 Subject: [PATCH] Modified a wrong link --- eo/tutorial/html/eoTopDown.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/tutorial/html/eoTopDown.html b/eo/tutorial/html/eoTopDown.html index 0895baa1..c9a668ac 100644 --- a/eo/tutorial/html/eoTopDown.html +++ b/eo/tutorial/html/eoTopDown.html @@ -48,7 +48,7 @@ populations, ...).
  • -Lesson 4 - The same algorithms - again! - +Lesson 4 - The same algorithms - again! - but now fully operational: every component of the algorithm can be defined on the command-line, except the type of genotype; moreover, you now have a full library, i.e. @@ -95,7 +95,7 @@ e.g. binary, n-ary, or even specific mate selection (your brain and my beauty)! Add your own to the basic algorithm using the template files.
  • -Lesson 7 - Use predefined generic representations. +Lesson 8 - Use predefined generic representations. The eoFixedLength and eoVariableLength super classes allow quick definition of new genotypes that handle identical Atoms, together with generic variation operators.