artoflife pre0.1.0-dev

Uses of Class
org.artoflife.gp.genome.numeric.UnaryNumericGene

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

Uses of UnaryNumericGene in org.artoflife.gp.genome.numeric
 

Subclasses of UnaryNumericGene in org.artoflife.gp.genome.numeric
 class AbsGene
          Abs float value of a float.
 class AtanGene
          Float arctan of float value (in radians).
 class CosGene
          Float cosine of float value (in radians).
 class LogGene
          Float log of float value.
 class RoundGene
          Float value of value1 (a float) rounded to closest integer.
 class SinGene
          Float sine of float value (in radians).
 


artoflife pre0.1.0-dev

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