Uses of Package
org.artoflife.gp.genome.bool

Packages that use org.artoflife.gp.genome.bool
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. 
 

Classes in org.artoflife.gp.genome.bool used by org.artoflife.gp.genome.bool
BinaryLogicalGene
          Abstract base class for boolean operators like AndGene and GreaterThanGene and others that take two boolean parameters and return a boolean.
ComparisonGene
          Abstract base class for boolean operators like EqualsGene and GreaterThanGene that act on two float genes and return a boolean.
UnaryLogicalGene
          Abstract base class for unary logical operators like NotGene that take a boolean parameter and return a boolean.
 


artoflife pre0.1.0-dev

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