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