Click or drag to resize

ForwardDifferenceGradientObjectiveFunction Properties

The ForwardDifferenceGradientObjectiveFunction type exposes the following members.

Properties
 NameDescription
Public propertyGradient Gets the gradient at Point.
Protected propertyGradientEvaluated Gets or sets a value indicating whether the gradient has been evaluated.
Public propertyHessian Gets the Hessian matrix at Point.
Public propertyInnerObjectiveFunction Gets or sets the wrapped objective function.
Public propertyIsGradientSupported Gets a value indicating whether gradient information is available.
Public propertyIsHessianSupported Gets a value indicating whether Hessian information is available.
Protected propertyLowerBound Gets or sets the lower bounds.
Public propertyMinimumIncrement Gets or sets the minimum forward-difference increment.
Public propertyPoint Gets the point at which the objective function is currently evaluated.
Public propertyRelativeIncrement Gets or sets the relative forward-difference increment.
Protected propertyUpperBound Gets or sets the upper bounds.
Public propertyValue Gets the objective function value at Point.
Protected propertyValueEvaluated Gets or sets a value indicating whether the objective value has been evaluated.
Top
See Also