@FunctionalInterface public interface GenerationRanker
Node instances.| Modifier and Type | Method and Description |
|---|---|
RankedCandidates |
rank(Collection<Node> input)
Returns the sorted result of evaluating the fitness of each of the specified nodes.
|
RankedCandidates rank(Collection<Node> input)
input - the Node instances to evaluate the fitness ofRankedCandidate - one for each Node specified in input - sorted by fitnessOakGP Genetic Programming Framework