Package | Description |
---|---|
org.uncommonseditedbyjoosbuijs.watchmaker.framework |
This package provides a framework for evolutionary computation.
|
Constructor and Description |
---|
GenerationalEvolutionEngine(CandidateFactory<T> candidateFactory,
EvolutionaryOperator<T> evolutionScheme,
InteractiveSelection<T> selectionStrategy,
java.util.Random rng)
Creates a new evolution engine for an interactive evolutionary algorithm.
|