IObjective |
public interface IObjectiveFunctionEvaluation
The IObjectiveFunctionEvaluation 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. |
| Name | Description | |
|---|---|---|
| CreateNew | Creates a new unevaluated and independent copy of this objective function. |