From 21e07e03a9f0857924b2edac89a6a4f5e627380e Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 9 Dec 2002 06:57:33 +0000 Subject: [PATCH] Corrected wrong links in the 1st paragraph --- eo/tutorial/html/eoLesson5.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.