diff --git a/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h b/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h index fc844ad06..59f380f3d 100644 --- a/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h +++ b/branches/paradiseo-moeo-1.0/src/moeoCombinedLS.h @@ -48,7 +48,7 @@ public: /** * Gives a new solution in order to explore the neigborhood. * The new non-dominated solutions are added to the archive - * @param _eo the solution + * @param _moeo the solution * @param _arch the archive of non-dominated solutions */ void operator () (const MOEOT & _moeo, moeoArchive < MOEOT > & _arch) diff --git a/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h b/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h index ae5603bef..d99b302ba 100644 --- a/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h +++ b/branches/paradiseo-moeo-1.0/src/moeoFastNonDominatedSortingFitnessAssignment.h @@ -51,7 +51,7 @@ public: } else if (nObjectives == 2) { - // two objectives (the two objectives function is still to do) + // two objectives (the two objectives function is still to implement) mObjectives(_pop); } else if (nObjectives > 2)