|
artoflife pre0.1.0-dev | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Reproducer
including Clone, Crossover and Mutation.
See:
Description
Class Summary | |
CloneReproducer | Select a single parent and clone it. |
CrossoverReproducer | Select two parents then allow them to crossover
to produce a child, then mutate the child using a
probability set in config property
[this.getClass().getName()].MutationProbability . |
MutationReproducer | Select a single parent, clone it, then mutate its genes with
a probability set in config property
[this.getClass().getName()].MutationProbability . |
A set of basic implementations of
Reproducer
including Clone, Crossover and Mutation.
|
artoflife pre0.1.0-dev | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |