artoflife pre0.1.0-dev

Uses of Package
org.artoflife.gp.genome

Packages that use org.artoflife.gp.genome
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.genome.bool A basic collection of genes built on the base in org.artoflife.gp.genome that implement boolean operators including logical, comparative and conditional, as well as a GpMutator that acts on Boolean genes. 
org.artoflife.gp.genome.numeric A basic collection of genes built on the base in org.artoflife.gp.genome that implement numeric operators including arithmetic, trigonometric and other simple functions, as well as a GpMutator that acts on Float genes. 
 

Classes in org.artoflife.gp.genome used by org.artoflife.gp.genome
FunctionGene
          A gene that that returns a certain type and acts on a list of typed parameters.
GeneFactory
          Responsible for the creation of typed genes, choosing from GeneSelections of allowed gene types (usually one selection per Chromosome ID).
GpCrossover
           
GpMutator
          Interface for classes that can mutate a GpTreeNode.
GpTreeChromosome
          A Chromosome that describes a procedure expressed as a tree of GpTreeNodes to return a value of a fixed type.
GpTreeNode
          A gene in a GpTreeChromosome that returns a certain type.
RootGene
          Gene that GpTreeChromosome uses as its root gene: it passes through a type.
 

Classes in org.artoflife.gp.genome used by org.artoflife.gp.genome.bool
FunctionGene
          A gene that that returns a certain type and acts on a list of typed parameters.
GpMutator
          Interface for classes that can mutate a GpTreeNode.
GpTreeNode
          A gene in a GpTreeChromosome that returns a certain type.
 

Classes in org.artoflife.gp.genome used by org.artoflife.gp.genome.numeric
FunctionGene
          A gene that that returns a certain type and acts on a list of typed parameters.
GpMutator
          Interface for classes that can mutate a GpTreeNode.
GpTreeNode
          A gene in a GpTreeChromosome that returns a certain type.
 


artoflife pre0.1.0-dev

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