artoflife pre0.1.0-dev

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

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

Subclasses of ComparisonGene in org.artoflife.gp.genome.bool
 class EqualsGene
          True if float parameters are equal (within a preset precision).
 class GreaterThanGene
          True if float value1 (a float) is greater than value2 (a float).
 class LessThanGene
          True if float value1 (a float) is less than value2 (a float).
 


artoflife pre0.1.0-dev

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