public final class RankSelection extends Object implements NodeSelector
| Constructor and Description |
|---|
RankSelection(Random random,
RankedCandidates candidates)
Creates a
RankSelection that uses the given Random to select from the given RankedCandidates. |
public RankSelection(Random random, RankedCandidates candidates)
RankSelection that uses the given Random to select from the given RankedCandidates.public Node next()
NodeSelectorNode.next in interface NodeSelectorNodeOakGP Genetic Programming Framework