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:
parent
50850230ea
commit
e832a06417
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue