Searched refs:getPopulationLimit (Results 1 – 4 of 4) sorted by relevance
147 while (nextGeneration.getPopulationSize() < nextGeneration.getPopulationLimit()) { in nextGeneration()168 if (nextGeneration.getPopulationSize() < nextGeneration.getPopulationLimit()) { in nextGeneration()
36 int getPopulationLimit(); in getPopulationLimit() method
75 …icListPopulation nextGeneration = new ElitisticListPopulation(this.getPopulationLimit(), this.getE… in nextGeneration()
119 public int getPopulationLimit() { in getPopulationLimit() method in ListPopulation