Class Summary |
SimpleBreeder |
Breeds each subpopulation separately, with no inter-population exchange,
and using a generational approach. |
SimpleDefaults |
|
SimpleEvaluator |
The SimpleEvaluator is a simple, non-coevolved generational evaluator which
evaluates every single member of every subpopulation individually in its
own problem space. |
SimpleEvolutionState |
A SimpleEvolutionState is an EvolutionState which implements a simple form
of generational evolution. |
SimpleExchanger |
A SimpleExchanger is a default Exchanger which, well, doesn't do anything. |
SimpleFinisher |
SimpleFinisher is a default Finisher which doesn't do anything. |
SimpleFitness |
A simple default fitness, consisting of a single floating-point value
which ranges from 0 (worst) to 1 (best) inclusive. |
SimpleInitializer |
SimpleInitializer is a default Initializer which initializes a Population
by calling the Population's populate(...) method. |
SimpleStatistics |
A basic Statistics class suitable for simple problem applications. |