Uses of Class
org.artoflife.gp.IncompatibleChromosomeException

Packages that use IncompatibleChromosomeException
org.artoflife.gp Art Of Life's Genetic Programming core is an abstract implementation that defines a number of simple concepts. 
org.artoflife.gp.genome This package implements the abstract GP core (in org.artoflife.gp) with a strongly typed Koza-like GP tree per chromsome. 
 

Uses of IncompatibleChromosomeException in org.artoflife.gp
 

Methods in org.artoflife.gp that throw IncompatibleChromosomeException
abstract  void Chromosome.crossover(Chromosome chromosome2)
          Subclasses should ensure compatibility before doing the crossover, throwing an IncompatibleGenotypeException if not.
 

Uses of IncompatibleChromosomeException in org.artoflife.gp.genome
 

Methods in org.artoflife.gp.genome that throw IncompatibleChromosomeException
 void GpTreeChromosome.crossover(Chromosome chromosome)
           
 


artoflife pre0.1.0-dev

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