Click or drag to resize

LazyObjectiveFunctionBase Properties

The LazyObjectiveFunctionBase type exposes the following members.

Properties
 NameDescription
Protected propertyFunctionValue Gets or sets the cached function value.
Public propertyGradient Gets the gradient at Point.
Protected propertyGradientValue Gets or sets the cached gradient.
Protected propertyHasFunctionValue Gets or sets a value indicating whether the function value is available.
Protected propertyHasGradientValue Gets or sets a value indicating whether the gradient is available.
Protected propertyHasHessianValue Gets or sets a value indicating whether the Hessian is available.
Public propertyHessian Gets the Hessian matrix at Point.
Protected propertyHessianValue Gets or sets the cached Hessian.
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