|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Chromosome | |
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. |
org.artoflife.gp.individual |
Uses of Chromosome in org.artoflife.gp |
Methods in org.artoflife.gp that return Chromosome | |
protected Chromosome |
Individual.getChromosome(java.lang.String id)
Find a Chromosome in the Individual's genotype. |
Methods in org.artoflife.gp with parameters of type Chromosome | |
protected void |
Individual.addChromsome(Chromosome chromosome)
|
boolean |
Chromosome.compatibleWith(Chromosome chromosome)
|
abstract void |
Chromosome.crossover(Chromosome chromosome2)
Subclasses should ensure compatibility before doing the crossover, throwing an IncompatibleGenotypeException
if not. |
Constructors in org.artoflife.gp with parameters of type Chromosome | |
Individual(Phenotype phenotype,
Chromosome chromosome)
Create with a single Chromosome, express the genotype and as a result create the initial Fitness. |
Uses of Chromosome in org.artoflife.gp.genome |
Subclasses of Chromosome in org.artoflife.gp.genome | |
class |
GpTreeChromosome
A Chromosome that describes a procedure expressed as a tree of GpTreeNode s
to return a value of a fixed type. |
Methods in org.artoflife.gp.genome with parameters of type Chromosome | |
void |
GpTreeChromosome.crossover(Chromosome chromosome)
|
Uses of Chromosome in org.artoflife.gp.individual |
Constructors in org.artoflife.gp.individual with parameters of type Chromosome | |
MutableFitnessIndividual(Phenotype phenotype,
Chromosome chromosome)
|
|
artoflife pre0.1.0-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |