Add hyper volume continuators & metrics handling feasibility constraint on objectives

This commit is contained in:
Johann Dreo 2013-06-11 13:29:57 +02:00 committed by LPTK
commit df4db4d623
4 changed files with 262 additions and 47 deletions

View file

@ -187,7 +187,7 @@ class moeoExpBinaryIndicatorBasedFitnessAssignment : public moeoBinaryIndicatorB
{
if (i != j)
{
values[i][j] = metric(_pop[i].objectiveVector(), _pop[j].objectiveVector());
values[i][j] = Type( metric(_pop[i].objectiveVector(), _pop[j].objectiveVector()) );
}
}
}