Generic ObjectiveVector types
This commit is contained in:
parent
c9da01c70d
commit
9787d4d89c
5 changed files with 40 additions and 8 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue