public class RankSelection<T extends Chromosome> extends SelectionFunction<T>
logger, maximize| Constructor and Description |
|---|
RankSelection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(List<T> population)
Return index of next offspring
|
isMaximize, select, select, setMaximizepublic int getIndex(List<T> population)
SelectionFunctiongetIndex in class SelectionFunction<T extends Chromosome>population - a List object.Copyright © 2010–2017 EvoSuite. All rights reserved.