Click or drag to resize

IObjectiveFunctionEvaluation Properties

The IObjectiveFunctionEvaluation type exposes the following members.

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