Click or drag to resize

QuasiNewton Properties

The QuasiNewton type exposes the following members.

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