Click or drag to resize

OptimizerMultivariableFunctionEvaluateDerivative Method

Overload List
  NameDescription
Public methodEvaluateDerivative(Double, Boolean, ITrackCalculationProgress)
Evaluates the gradients of this function. The default implementation of this method will numerically compute the gradients. To do that, the value of the function at the variables will be computed. When using the default implementation, the PerturbationValues must be set.
Public methodEvaluateDerivative(Double, Boolean, OptimizerMultivariableFunctionResults, ITrackCalculationProgress)
Evaluates the gradients of this function. The default implementation of this method will numerically compute the gradients. To do that, the value of the function at the variables will be computed. When using the default implementation, the PerturbationValues must be set.
Top
See Also