public class LogFunctionWrapper extends AbstractMathematicalFunctionWrapper
parameterBounds| Constructor and Description |
|---|
LogFunctionWrapper(AbstractMathematicalFunction originalFunction)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Matrix |
getGradient()
This method returns a vector that contains the first derivatives of the function with respect to its parameters.
|
Matrix |
getHessian()
This method returns a matrix that contains the second derivatives of the function with respect to its parameters.
|
java.lang.Double |
getValue()
This method provides the result of the function evaluation.
|
getBeta, getNumberOfParameters, getNumberOfVariables, getOriginalFunction, getParameterValue, getVariableValue, setBeta, setBounds, setParameterValue, setVariableValue, setXpublic LogFunctionWrapper(AbstractMathematicalFunction originalFunction)
originalFunction - the nested AbstractMathematicalFunction instancepublic java.lang.Double getValue()
EvaluableFunctiongetValue in interface EvaluableFunction<java.lang.Double>getValue in class AbstractMathematicalFunctionWrapperpublic Matrix getGradient()
DerivableMathematicalFunctiongetGradient in interface DerivableMathematicalFunctiongetGradient in class AbstractMathematicalFunctionWrapperpublic Matrix getHessian()
DerivableMathematicalFunctiongetHessian in interface DerivableMathematicalFunctiongetHessian in class AbstractMathematicalFunctionWrapper