public static interface MinUnconMultiVar.Gradient extends MinUnconMultiVar.Function
MinUnconMultiVar
object.Modifier and Type | Method and Description |
---|---|
void |
gradient(double[] x,
double[] gradient)
Public interface for the gradient of the multivariate function
to be minimized.
|
f
void gradient(double[] x, double[] gradient)
x
- a double
array, the point at which the
gradient of the function is to be evaluatedgradient
- a double
array, the value of the gradient
of the function at xCopyright © 2020 Rogue Wave Software. All rights reserved.