diff --git a/eo/tutorial/html/eoLesson5.html b/eo/tutorial/html/eoLesson5.html index 1bd4b1ec..cffede04 100644 --- a/eo/tutorial/html/eoLesson5.html +++ b/eo/tutorial/html/eoLesson5.html @@ -24,10 +24,10 @@ own genotype structure. 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 :-)

The minimum code you'll have to write is first, of course, the code -for the genotype structure. Then, the representation-dependent +for the genotype structure. Then, the representation-dependent code: intialization procedure(s), variation -operators (quadratic crossover, mutation operator), ... and evaluation +operators (quadratic crossover, mutation operator), ... and evaluation function - 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.