@FunctionalInterface public interface NodeSelectorFactory
NodeSelector.| Modifier and Type | Method and Description |
|---|---|
NodeSelector |
getSelector(RankedCandidates candidates)
Returns a
NodeSelector that selects from the specified candidates. |
NodeSelector getSelector(RankedCandidates candidates)
NodeSelector that selects from the specified candidates.candidates - a list of RankedCandidate instances the returned selector should select fromNodeSelector that selects from candidatesOakGP Genetic Programming Framework