20 #include "core/geneticalgo.h"
21 #include "core/genotype.h"
22 #include "core/genome.h"
28 : evolutionEnd(false),
29 evaluationDone(false),
128 QVector<double> bests;
129 QVector<double> avegs;
131 bests.resize( numObjs );
132 avegs.resize( numObjs );
133 for(
int i=0; i<numObjs; i++ ) {
138 for(
int i=0; i<numObjs; i++ ) {
143 for(
int i=0; i<numObjs; i++ ) {