Corrected wrong links in the 1st paragraph
This commit is contained in:
parent
b5d61be21a
commit
21e07e03a9
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Reference in a new issue