|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFitnessEvaluation.InterpretedFitnessEvaluation
FitnessEvaluation.InterpretedFitnessEvaluationBSF
FitnessEvaluation.externalInterpreters.SymbolicRegression.SymbolicRegressionBSF
public class SymbolicRegressionBSF
Evaluates the fitness for the SymbolicRegressionExperiment class. The help class SymRegFunk is used to evaluate the arithmetic expressions.
Field Summary |
---|
Fields inherited from class FitnessEvaluation.InterpretedFitnessEvaluationBSF |
---|
mngr |
Constructor Summary | |
---|---|
SymbolicRegressionBSF()
Creates a new instance of SymbolicRegression |
Method Summary | |
---|---|
java.lang.String |
createCode(Phenotype p)
Create code by adding header and tail to the evolved input |
void |
setProperties(java.util.Properties p)
Set properties |
Methods inherited from class FitnessEvaluation.InterpretedFitnessEvaluationBSF |
---|
runFile |
Methods inherited from class FitnessEvaluation.InterpretedFitnessEvaluation |
---|
canCache, getFitness |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SymbolicRegressionBSF()
Method Detail |
---|
public void setProperties(java.util.Properties p)
ParameterI
p
- object containing propertiespublic java.lang.String createCode(Phenotype p)
InterpretedFitnessEvaluationBSF
createCode
in class InterpretedFitnessEvaluationBSF
p
- input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |