Error message obsolete replaced.

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1610 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2009-09-22 09:16:38 +00:00
commit e832a06417

View file

@ -103,7 +103,7 @@ class moeoDominanceDepthFitnessAssignment : public moeoDominanceBasedFitnessAssi
else
{
// problem with the number of objectives
throw std::runtime_error("Problem with the number of objectives in moeoNonDominatedSortingFitnessAssignment");
throw std::runtime_error("Problem with the number of objectives in moeoDominanceDepthFitnessAssignment");
}
// a higher fitness is better, so the values need to be inverted
double max = _pop[0].fitness();