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