Uses of Class
org.artoflife.gp.genome.bool.BinaryLogicalGene

Packages that use BinaryLogicalGene
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. 
 

Uses of BinaryLogicalGene in org.artoflife.gp.genome.bool
 

Subclasses of BinaryLogicalGene in org.artoflife.gp.genome.bool
 class AndGene
          True if boolean parameters are both true.
 class OrGene
          True if one of the two boolean parameters are true.
 


artoflife pre0.1.0-dev

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