Classes in org.artoflife.gp.reproduction that implement Reproducer |
class |
CloneReproducer
Select a single parent and clone it. |
class |
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 . |
class |
MutationReproducer
Select a single parent, clone it, then mutate its genes with
a probability set in config property
[this.getClass().getName()].MutationProbability . |