@FunctionalInterface public interface GenerationEvolver
Node instances evolved from an existing generation.| Modifier and Type | Method and Description |
|---|---|
Collection<Node> |
evolve(RankedCandidates oldGeneration)
Returns a new generation of
Node instances evolved from the specified existing generation. |
Collection<Node> evolve(RankedCandidates oldGeneration)
Node instances evolved from the specified existing generation.oldGeneration - the existing generation to use as a basis for evolving a new generationNode instances evolved from the existing generation specified by oldGenerationOakGP Genetic Programming Framework