MFWithGradient
BoundsCheckedFunction
, ChiSquareValue
, DemographicValue
, EvaluationCounter
, ModelParameters
public interface MultivariateFunction
Modifier and Type | Method | Description |
---|---|---|
double |
evaluate(double[] argument) |
compute function value
|
double |
getLowerBound(int n) |
get lower bound of argument n
|
int |
getNumArguments() |
get number of arguments
|
OrthogonalHints |
getOrthogonalHints() |
|
double |
getUpperBound(int n) |
get upper bound of argument n
|
double evaluate(double[] argument)
argument
- function argument (vector)int getNumArguments()
double getLowerBound(int n)
n
- argument numberdouble getUpperBound(int n)
n
- argument numberOrthogonalHints getOrthogonalHints()