public class CrowdedTournementParentSelector extends java.lang.Object implements IParentSelector
| Constructor and Description |
|---|
CrowdedTournementParentSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InstanceData> |
getNextParents(int numOfParents) |
void |
init(ThreadContext context) |
void |
initForPopulation(java.util.List<InstanceData> parentPopulation) |
public void init(ThreadContext context)
init in interface IParentSelectorpublic void initForPopulation(java.util.List<InstanceData> parentPopulation)
initForPopulation in interface IParentSelectorpublic java.util.List<InstanceData> getNextParents(int numOfParents)
getNextParents in interface IParentSelector