| Class | Description |
|---|---|
| BigIntegerChromosome |
Numeric chromosome implementation which holds arbitrary sized integer numbers.
|
| BigIntegerGene |
Numeric chromosome implementation which holds an arbitrary sized integer
number.
|
| 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. |
| WeaselMutator<G extends Gene<?,G>,C extends Comparable<? super C>> |
Mutator implementation which is part of the
Weasel program
algorithm.
|
| WeaselSelector<G extends Gene<?,G>,C extends Comparable<? super C>> |
Selector implementation which is part of the
Weasel program
algorithm.
|
© 2007-2017 Franz Wilhelmstötter (2017-04-27 23:07)