Forward |
The ForwardDifferenceGradientObjectiveFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| Gradient | Gets the gradient at Point. | |
| GradientEvaluated | Gets or sets a value indicating whether the gradient has been evaluated. | |
| Hessian | Gets the Hessian matrix at Point. | |
| InnerObjectiveFunction | Gets or sets the wrapped objective function. | |
| IsGradientSupported | Gets a value indicating whether gradient information is available. | |
| IsHessianSupported | Gets a value indicating whether Hessian information is available. | |
| LowerBound | Gets or sets the lower bounds. | |
| MinimumIncrement | Gets or sets the minimum forward-difference increment. | |
| Point | Gets the point at which the objective function is currently evaluated. | |
| RelativeIncrement | Gets or sets the relative forward-difference increment. | |
| UpperBound | Gets or sets the upper bounds. | |
| Value | Gets the objective function value at Point. | |
| ValueEvaluated | Gets or sets a value indicating whether the objective value has been evaluated. |