public interface ParametricRealFunction
Modifier and Type | Method and Description |
---|---|
double[] |
gradient(double x,
double[] parameters)
Compute the gradient of the function with respect to its parameters.
|
double |
value(double x,
double[] parameters)
Compute the value of the function.
|
double value(double x, double[] parameters) throws FunctionEvaluationException
x
- the point for which the function value should be computedparameters
- function parametersFunctionEvaluationException
- if the function evaluation failsdouble[] gradient(double x, double[] parameters) throws FunctionEvaluationException
x
- the point for which the function value should be computedparameters
- function parametersFunctionEvaluationException
- if the function evaluation failsCopyright © 2010 - 2020 Adobe. All Rights Reserved