|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionException | |
---|---|
com.rubecula.darwin.domain.fitness | Math |
com.rubecula.darwin.domain.world | Darwin |
com.rubecula.darwin.foundation |
Uses of FunctionException in com.rubecula.darwin.domain.fitness |
---|
Methods in com.rubecula.darwin.domain.fitness that throw FunctionException | |
---|---|
protected double |
FitnessFunction_ScaledNormal.standardFunction(java.lang.Object... arguments)
|
protected double |
FitnessFunction_PseudoPoisson.standardFunction(java.lang.Object... arguments)
|
protected double |
FitnessFunction_Normal.standardFunction(java.lang.Object... arguments)
|
Uses of FunctionException in com.rubecula.darwin.domain.world |
---|
Methods in com.rubecula.darwin.domain.world that throw FunctionException | |
---|---|
void |
MateChoice_Evaluator.setExpression(int index,
java.lang.String expression)
|
protected double |
Function_Desirable.standardFunction(java.lang.Object... arguments)
|
protected double |
Function_Choosy.standardFunction(java.lang.Object... arguments)
|
Uses of FunctionException in com.rubecula.darwin.foundation |
---|
Methods in com.rubecula.darwin.foundation that throw FunctionException | |
---|---|
protected java.lang.Number |
Function_.evaluate(java.lang.Object... parameters)
Evaluate the function based on the variables passed in as parameters. |
protected java.lang.Object |
Function_.getErrorInfo()
|
protected java.lang.Object |
Function_.removeVariable(java.lang.String name)
Delegate to Function_.evaluator
TEST |
protected void |
Function_.reset()
|
protected void |
Function_.setEvaluator(com.rubecula.jexpression.Evaluator evaluator)
|
protected abstract double |
Function_.standardFunction(java.lang.Object... arguments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |