Lazy |
The LazyObjectiveFunctionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| FunctionValue | Gets or sets the cached function value. | |
| Gradient | Gets the gradient at Point. | |
| GradientValue | Gets or sets the cached gradient. | |
| HasFunctionValue | Gets or sets a value indicating whether the function value is available. | |
| HasGradientValue | Gets or sets a value indicating whether the gradient is available. | |
| HasHessianValue | Gets or sets a value indicating whether the Hessian is available. | |
| Hessian | Gets the Hessian matrix at Point. | |
| HessianValue | Gets or sets the cached Hessian. | |
| 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. |