Uses of Interface
org.artoflife.gp.Reproducer

Packages that use Reproducer
org.artoflife.gp.reproduction A set of basic implementations of Reproducer including Clone, Crossover and Mutation. 
 

Uses of Reproducer in org.artoflife.gp.reproduction
 

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.
 


artoflife pre0.1.0-dev

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