Generic ObjectiveVector types

This commit is contained in:
Johann Dreo 2013-06-07 12:43:09 +02:00
commit 9787d4d89c
5 changed files with 40 additions and 8 deletions

View file

@ -80,7 +80,7 @@ public:
bestCurrentParetoSet.push_back(arch[i].objectiveVector());
}
AtomType hypervolume= metric(bestCurrentParetoSet,OptimSet );
double hypervolume= metric(bestCurrentParetoSet,OptimSet );
if (hypervolume==0) {
eo::log << eo::logging << "STOP in moeoHypContinue: Best ParetoSet has been reached "