NumericallyComputedOptimizerFunctionDerivativeResults Class | 
Namespace: AGI.Foundation.NumericalMethods
The NumericallyComputedOptimizerFunctionDerivativeResults type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericallyComputedOptimizerFunctionDerivativeResults(NumericallyComputedOptimizerFunctionDerivativeResults, CopyContext) | Initializes a new instance as a copy of an existing instance.  | |
| NumericallyComputedOptimizerFunctionDerivativeResults(OptimizerMultivariableFunctionResults, Double, Double, Double, OptimizerMultivariableFunctionResults, FiniteDifferenceMethod) | 
            Initializes a new instance.
              | 
| 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.) | 
| Name | Description | |
|---|---|---|
| Clone | 
            Clones this object using the specified context.
              (Overrides OptimizerMultivariableFunctionDerivativeResultsClone(CopyContext).) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |