20 #include "core/geneticalgo.h"
21 #include "core/genotype.h"
22 #include "core/genome.h"
23 #include "core/geneticalgoui.h"
29 : evolutionEnd(false),
30 evaluationDone(false),
53 if (
observers.contains(observer) )
return;
136 #if defined(__GNUC__) && defined(DEVELOPER_WARNINGS)
137 #warning QUI C È UN MEMORY LEAK, ALMENO PER IL PRIMO IODELEGATE (CHE VIENE CREATO NEL COSTRUTTORE)
155 QVector<double> bests;
156 QVector<double> avegs;
158 bests.resize( numObjs );
159 avegs.resize( numObjs );
160 for(
int i=0; i<numObjs; i++ ) {
165 for(
int i=0; i<numObjs; i++ ) {
170 for(
int i=0; i<numObjs; i++ ) {