| AbstractTreeChromosome<A,G extends AbstractTreeGene<A,G>> |
Abstract base implementation of a TreeChromosome.
|
| AbstractTreeGene<A,G extends AbstractTreeGene<A,G>> |
Abstract implementation of the TreeGene interface..
|
| BigIntegerChromosome |
Numeric chromosome implementation which holds arbitrary sized integer numbers.
|
| BigIntegerGene |
Numeric chromosome implementation which holds an arbitrary sized integer
number.
|
| HPRMutator<G extends Gene<?,G>,C extends Comparable<? super C>> |
The Hybridizing PSM and RSM Operator (HPRM) constructs an offspring from a
pair of parents by hybridizing two mutation operators, PSM and RSM.
|
| MLEvolutionStrategy<G extends Gene<?,G>,C extends Comparable<? super C>> |
Setup for a (μ, λ)-Evolution Strategy.
|
| MpLEvolutionStrategy<G extends Gene<?,G>,C extends Comparable<? super C>> |
Setup for a (μ + λ)-Evolution Strategy.
|
| RSMutator<G extends Gene<?,G>,C extends Comparable<? super C>> |
The reverse sequence mutation, two positions i and j are randomly chosen The
gene order in a chromosome will then be reversed between this two points.
|
| SimulatedBinaryCrossover<G extends NumericGene<?,G>,C extends Comparable<? super C>> |
Performs the simulated binary crossover (SBX) on a Chromosome of
NumericGenes such that each position is either crossed contracted or
expanded with a certain probability.
|
| SingleNodeCrossover<G extends TreeGene<?,G>,C extends Comparable<? super C>> |
Swaps two, randomly chosen, nodes (sub-trees) from two given trees.
|
| TreeCrossover<G extends TreeGene<?,G>,C extends Comparable<? super C>> |
Abstract implementation of tree base crossover recombinator.
|
| TreeMutator<A,G extends TreeGene<A,G>,C extends Comparable<? super C>> |
Abstract class for mutating tree chromosomes.
|
| TreeRewriteAlterer<A,G extends TreeGene<A,G>,C extends Comparable<? super C>> |
|
| WeaselMutator<G extends Gene<?,G>,C extends Comparable<? super C>> |
|
| WeaselProgram<G extends Gene<?,G>,C extends Comparable<? super C>> |
Configures the evolution engine to execute the
Weasel program
algorithm.
|
| WeaselSelector<G extends Gene<?,G>,C extends Comparable<? super C>> |
Selector implementation which is part of the
Weasel program
algorithm.
|