NumericallyComputedOptimizerFunctionDerivativeResults Properties |
The NumericallyComputedOptimizerFunctionDerivativeResults type exposes the following members.
| Name | Description | |
|---|---|---|
| CostFunctionGradient |
Gets the evaluated cost function gradient.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.) | |
| DifferenceMethod |
Gets which difference method was used to compute these results.
| |
| EqualityConstraintGradients |
Gets the evaluated equality constraint gradients.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.) | |
| FunctionResultsUsedToComputeDerivative |
Gets the results of the function that were computed at the perturbed values of the variables.
| |
| InequalityConstraintGradients |
Gets the evaluated inequality constraint gradients.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.) | |
| Value |
Gets the results of the function at the nominal values of the variables.
| |
| Variables |
Gets the variables that were used to evaluate the gradients.
(Inherited from OptimizerMultivariableFunctionDerivativeResults.) |