org.artoflife.gp.genome.bool
Class EqualsGene

java.lang.Object
  |
  +--org.artoflife.gp.genome.GpTreeNode
        |
        +--org.artoflife.gp.genome.FunctionGene
              |
              +--org.artoflife.gp.genome.bool.ComparisonGene
                    |
                    +--org.artoflife.gp.genome.bool.EqualsGene
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class EqualsGene
extends ComparisonGene

True if float parameters are equal (within a preset precision).

Author:
Steve Meyfroidt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.artoflife.gp.genome.FunctionGene
parameterGenes
 
Constructor Summary
EqualsGene()
           
 
Method Summary
protected  boolean evaluateFor(float parameter1, float parameter2)
          Override this to evaluate the function across the parameters passed in.
 
Methods inherited from class org.artoflife.gp.genome.bool.ComparisonGene
evaluate, getParameterClasses, getReturnClass
 
Methods inherited from class org.artoflife.gp.genome.FunctionGene
clone, evaluate, getBooleanParameter, getDoubleParameter, getFloatParameter, getMutators, getParameterGene, initParameterGenes, setParameterGene, toString
 
Methods inherited from class org.artoflife.gp.genome.GpTreeNode
getParameterClass, getParametersLength, getSize, mutate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EqualsGene

public EqualsGene()
Method Detail

evaluateFor

protected boolean evaluateFor(float parameter1,
                              float parameter2)
Description copied from class: ComparisonGene
Override this to evaluate the function across the parameters passed in.

Specified by:
evaluateFor in class ComparisonGene
See Also:
ComparisonGene.evaluateFor(float, float)

artoflife pre0.1.0-dev

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