Corrected wrong links in the 1st paragraph

This commit is contained in:
evomarc 2002-12-09 06:57:33 +00:00
commit 21e07e03a9

View file

@ -24,10 +24,10 @@ own genotype structure</font></b>. Note that at the moment, only algorithms
involving a scalar fitness (double) are implemented (see test dir for Pareto
optimization of multiple-objective fitness - or be patient :-)
<p>The minimum code you'll have to write is first, of course, the code
for the <a href="genotype">genotype structure</a>. Then, the representation-dependent
for the <a href="#genotype">genotype structure</a>. Then, the representation-dependent
code: <a href="#initialization">intialization procedure(s)</a>,
<a href="#variation">variation
operators</a> (quadratic crossover, mutation operator), ... and <a href="evaluation">evaluation
operators</a> (quadratic crossover, mutation operator), ... and <a href="#evaluation">evaluation
function</a> - and that's it : we have prepared some template files and
the script create.sh that will take care of generating a few other files
to make your application complete.