Objective |
The ObjectiveFunctionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Gradient | Gets the gradient at Point. | |
| Hessian | Gets the Hessian matrix at Point. | |
| IsGradientSupported | Gets a value indicating whether gradient information is available. | |
| IsHessianSupported | Gets a value indicating whether Hessian information is available. | |
| Point | Gets the point at which the objective function is currently evaluated. | |
| Value | Gets the objective function value at Point. |