alun.genepi
Class FixedRecombination

java.lang.Object
  extended by alun.genepi.GeneticFunction
      extended by alun.genepi.FixedRecombination
All Implemented Interfaces:
Function

public class FixedRecombination
extends GeneticFunction


Constructor Summary
FixedRecombination(Inheritance x, Inheritance y, double theta)
           
 
Method Summary
 void fix(double th)
           
 double getValue()
          Returns the current value of the Function.
 java.lang.String toString()
           
 
Methods inherited from class alun.genepi.GeneticFunction
getVariables
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedRecombination

public FixedRecombination(Inheritance x,
                          Inheritance y,
                          double theta)
Method Detail

fix

public void fix(double th)

getValue

public double getValue()
Description copied from interface: Function
Returns the current value of the Function.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object