BFGS Properties |
The BFGS type exposes the following members.
Name | Description | |
---|---|---|
ArgumentTolerance |
Termination tolerance on position change, a positive scalar.
(Inherited from QuasiNewton.) | |
FunctionTolerance |
Termination tolerance on the function value, a positive scalar.
(Inherited from QuasiNewton.) | |
HessianResetPeriod |
The period for resetting inverse Hessian to identity matrix.
(Inherited from QuasiNewton.) | |
IterationsDone |
The number of iterations that was done.
(Inherited from QuasiNewton.) | |
IterationsLimit |
The maximum number of iterations to do.
(Inherited from QuasiNewton.) | |
MinimumPoint |
The found minimum point.
(Inherited from QuasiNewton.) | |
Status |
The status of algorithm termination.
(Inherited from QuasiNewton.) |