[galib] Evaluation inside crossover

Paul Smith phhs80 at gmail.com
Mon May 14 10:42:19 EDT 2012


Dear All,

I am trying to develop a new crossover function. This new crossover
function generates a new child genome, but in the process it evaluates
the child genome in order to decide whether a fitter child genome
should or should not be created. Certainly, this seems easy to
program; the problem is: how to avoid the duplicated evaluation of the
child genome by the genetic algorithm when it evaluates the fitness of
genomes outside the crossover function. Any ideas?

Thanks in advance,

Paul


More information about the galib mailing list