public static interface NelderMead.Function
| Modifier and Type | Method and Description |
|---|---|
double |
f(double[] x)
Public interface for the user-supplied function to evaluate the
objective function of the minimization problem.
|
double f(double[] x)
x - a double array containing the point at which
the function is to be evaluated. x.length = ndouble, the value of the objective at point
x.Copyright © 2020 Rogue Wave Software. All rights reserved.