FitnessEvaluation
Class InterpretedJScheme

java.lang.Object
  extended by FitnessEvaluation.InterpretedFitnessEvaluation
      extended by FitnessEvaluation.InterpretedJScheme
All Implemented Interfaces:
FitnessFunction, ParameterI
Direct Known Subclasses:
BinomialJScheme, SymbolicRegressionJScheme

public abstract class InterpretedJScheme
extends InterpretedFitnessEvaluation

Interpret code using JScheme

Author:
Blip

Field Summary
protected  jscheme.JScheme js
           
 
Constructor Summary
InterpretedJScheme()
          Creates a new instance of InterpretedJScheme
 
Method Summary
 
Methods inherited from class FitnessEvaluation.InterpretedFitnessEvaluation
canCache, getFitness, runFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Parameter.ParameterI
setProperties
 

Field Detail

js

protected final jscheme.JScheme js
Constructor Detail

InterpretedJScheme

public InterpretedJScheme()
Creates a new instance of InterpretedJScheme