com.imsl.math
Interface MinUnconMultiVar.Gradient
- All Superinterfaces:
- MinUnconMultiVar.Function
- All Known Implementing Classes:
- QuasiNewtonTrainer.BlockGradObjective, QuasiNewtonTrainer.GradObjective
- Enclosing class:
- MinUnconMultiVar
public static interface MinUnconMultiVar.Gradient
- extends MinUnconMultiVar.Function
Public interface for the user supplied gradient to the
MinUnconMultiVar
object.
Method Summary |
void |
gradient(double[] x,
double[] gradient)
Public interface for the gradient of the multivariate function
to be minimized. |
gradient
void gradient(double[] x,
double[] gradient)
- Public interface for the gradient of the multivariate function
to be minimized.
- Parameters:
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 x
Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.