diff --git a/src/eva2/server/go/populations/Population.java b/src/eva2/server/go/populations/Population.java index f7a60501..d70b07ca 100644 --- a/src/eva2/server/go/populations/Population.java +++ b/src/eva2/server/go/populations/Population.java @@ -688,11 +688,11 @@ public class Population extends ArrayList implements PopulationInterface, Clonea } /** - * This method will return the index of the current best individual from the + * This method will return the index of the current worst individual from the * population. * * @see getIndexOfBestOrWorstIndividual() - * @return The index of the best individual. + * @return The index of the worst individual. */ public int getIndexOfWorstIndividualNoConstr() { return getIndexOfBestOrWorstIndy(false, false, -1);