Modified a wrong link

This commit is contained in:
evomarc 2003-09-18 15:09:34 +00:00
commit 31971866e8

View file

@ -48,7 +48,7 @@ populations,
...).</li>
<li>
<a href="eoLesson3.html">Lesson 4 </a>- The same algorithms - again! -
<a href="eoLesson4.html">Lesson 4 </a>- The same algorithms - again! -
but now fully operational: <font color="#FF6600">every component</font>
of the algorithm can be defined <font color="#FF6600">on the command-line</font>,
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.</li>
<li>
Lesson 7 - Use predefined generic <b><font color="#999900">representations</font></b>.
Lesson 8 - Use predefined generic <b><font color="#999900">representations</font></b>.
The <b><font color="#999900">eoFixedLength</font></b> and <b><font color="#999900">eoVariableLength</font></b>
super classes allow quick definition of new genotypes that handle identical
Atoms, together with generic variation operators.</li>