IObjective |
public interface IObjectiveFunction : IObjectiveFunctionEvaluation
The IObjectiveFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Gradient | (Inherited from IObjectiveFunctionEvaluation) |
![]() | Hessian | (Inherited from IObjectiveFunctionEvaluation) |
![]() | IsGradientSupported | (Inherited from IObjectiveFunctionEvaluation) |
![]() | IsHessianSupported | (Inherited from IObjectiveFunctionEvaluation) |
![]() | Point | (Inherited from IObjectiveFunctionEvaluation) |
![]() | Value | (Inherited from IObjectiveFunctionEvaluation) |
Name | Description | |
---|---|---|
![]() | CreateNew | Create a new unevaluated and independent copy of this objective function (Inherited from IObjectiveFunctionEvaluation) |
![]() | EvaluateAt | |
![]() | Fork | Create a new independent copy of this objective function, evaluated at the same point. |