|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFitnessEvaluation.InterpretedFitnessEvaluation
FitnessEvaluation.InterpretedJScheme
FitnessEvaluation.externalInterpreters.SymbolicRegression.SymbolicRegressionJScheme
public class SymbolicRegressionJScheme
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.InterpretedJScheme |
|---|
js |
| Constructor Summary | |
|---|---|
SymbolicRegressionJScheme()
Creates a new instance of SymbolicRegressionJScheme |
|
| Method Summary | |
|---|---|
RandomNumberGenerator |
getRNG()
Get the number generator |
double |
runFile(Phenotype p)
Run the phenotype and return the fitness |
void |
setHead(Range range)
|
void |
setProperties(java.util.Properties p)
Set properties |
void |
setRNG(RandomNumberGenerator m)
Set the number generator |
| 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 SymbolicRegressionJScheme()
| Method Detail |
|---|
public void setProperties(java.util.Properties p)
ParameterI
setProperties in interface ParameterIp - object containing propertiespublic RandomNumberGenerator getRNG()
Stochastic
getRNG in interface Stochasticpublic void setRNG(RandomNumberGenerator m)
Stochastic
setRNG in interface Stochasticm - number generatorpublic void setHead(Range range)
public double runFile(Phenotype p)
InterpretedFitnessEvaluation
runFile in class InterpretedFitnessEvaluationp - input
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||