Click or drag to resize

IObjectiveFunction Properties

The IObjectiveFunction type exposes the following members.

Properties
 NameDescription
Public propertyGradient Gets the gradient at Point.
(Inherited from IObjectiveFunctionEvaluation)
Public propertyHessian Gets the Hessian matrix at Point.
(Inherited from IObjectiveFunctionEvaluation)
Public propertyIsGradientSupported Gets a value indicating whether gradient information is available.
(Inherited from IObjectiveFunctionEvaluation)
Public propertyIsHessianSupported Gets a value indicating whether Hessian information is available.
(Inherited from IObjectiveFunctionEvaluation)
Public propertyPoint Gets the point at which the objective function is currently evaluated.
(Inherited from IObjectiveFunctionEvaluation)
Public propertyValue Gets the objective function value at Point.
(Inherited from IObjectiveFunctionEvaluation)
Top
See Also