Click or drag to resize

NumericallyComputedOptimizerFunctionDerivativeResults Properties

The NumericallyComputedOptimizerFunctionDerivativeResults type exposes the following members.

Properties
  NameDescription
Public propertyCostFunctionGradient
Gets the evaluated cost function gradient.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.)
Public propertyDifferenceMethod
Gets which difference method was used to compute these results.
Public propertyEqualityConstraintGradients
Gets the evaluated equality constraint gradients.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.)
Public propertyFunctionResultsUsedToComputeDerivative
Gets the results of the function that were computed at the perturbed values of the variables.
Public propertyInequalityConstraintGradients
Gets the evaluated inequality constraint gradients.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.)
Public propertyValue
Gets the results of the function at the nominal values of the variables.
Public propertyVariables
Gets the variables that were used to evaluate the gradients.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.)
Top
See Also