public class TournamentSelection<T extends Chromosome> extends SelectionFunction<T>
logger, maximize| Constructor and Description |
|---|
TournamentSelection() |
| 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)
getIndex in class SelectionFunction<T extends Chromosome>population - a List object.Copyright © 2010–2017 EvoSuite. All rights reserved.