Corrected a few small problems -
thanks to Sebastiao CORREIA for pointing them out
This commit is contained in:
parent
f2c21bdc0b
commit
11b3eabfca
2 changed files with 37 additions and 34 deletions
|
|
@ -16,7 +16,7 @@ hints</a> - <a href="../../doc/html/index.html">EO documentation</a>
|
|||
<h1>
|
||||
<font color="#FF0000">EO - Component-Based approach</font></h1></center>
|
||||
|
||||
<p><br>Congratualtions - You have chosen the component-based approach!
|
||||
<p><br>Congratulations - You have chosen the component-based approach!
|
||||
From here you will be allowed to browse into the different components of
|
||||
an Evolutionary Algorithm, and to see how to program your favorite using
|
||||
the EO library.
|
||||
|
|
@ -36,13 +36,16 @@ to go directly to the corresponding section of the tutorial.
|
|||
<map NAME="Map">
|
||||
<area SHAPE="rect" HREF="eoInit.html" COORDS="14,31,135,70">
|
||||
<area SHAPE="rect" HREF="eoEval.html" COORDS="14,110,135,150">
|
||||
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="240,270,465,310">
|
||||
|
||||
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="340,270,465,310">
|
||||
<area SHAPE="rect" HREF="eoIo.html#output" COORDS="280,45,480,70">
|
||||
<area SHAPE="rect" HREF="eoIo.html#stop" COORDS="348,110,430,150">
|
||||
<area SHAPE="rect" HREF="eoEngine.html#selection" COORDS="495,110,615,150">
|
||||
|
||||
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="495,190,615,230">
|
||||
<area SHAPE="rect" HREF="eoOperators.html#crossover" COORDS="495,265,625,287">
|
||||
<area SHAPE="rect" HREF="eoOperators.html#mutation" COORDS="495,287,625,305">
|
||||
|
||||
<area SHAPE="rect" HREF="eoRepresentation.html" COORDS="170,110,295,150">
|
||||
<area SHAPE="rect" HREF="eoEval.html" COORDS="170,270,295,310">
|
||||
<area SHAPE="rect" HREF="eoEngine.html#replacement" COORDS="170,190,295,230">
|
||||
|
|
|
|||
Reference in a new issue