artoflife pre0.1.0-dev

Package org.artoflife.gp.reproduction

A set of basic implementations of 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.
 

Package org.artoflife.gp.reproduction Description

A set of basic implementations of Reproducer including Clone, Crossover and Mutation.


artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.