Click or drag to resize

BFGS Properties

The BFGS type exposes the following members.

Properties
  NameDescription
Public propertyArgumentTolerance
Termination tolerance on position change, a positive scalar.
(Inherited from QuasiNewton.)
Public propertyFunctionTolerance
Termination tolerance on the function value, a positive scalar.
(Inherited from QuasiNewton.)
Public propertyHessianResetPeriod
The period for resetting inverse Hessian to identity matrix.
(Inherited from QuasiNewton.)
Public propertyIterationsDone
The number of iterations that was done.
(Inherited from QuasiNewton.)
Public propertyIterationsLimit
The maximum number of iterations to do.
(Inherited from QuasiNewton.)
Public propertyMinimumPoint
The found minimum point.
(Inherited from QuasiNewton.)
Public propertyStatus
The status of algorithm termination.
(Inherited from QuasiNewton.)
Top
See Also