#include <psMinimizeLMM.h>
Contains numerical analysis parameters/values
Definition at line 48 of file psMinimizeLMM.h.
Data Fields | |
| const int | maxIter |
| Convergence limit. | |
| const float | tol |
| Error Tolerance. | |
| float | value |
| Value of function at minimum. | |
| int | iter |
| Number of iterations to date. | |
| float | lastDelta |
| The last difference for the fit. | |
|
|
Number of iterations to date.
Definition at line 53 of file psMinimizeLMM.h. |
|
|
The last difference for the fit.
Definition at line 54 of file psMinimizeLMM.h. |
|
|
Convergence limit.
Definition at line 50 of file psMinimizeLMM.h. |
|
|
Error Tolerance.
Definition at line 51 of file psMinimizeLMM.h. |
|
|
Value of function at minimum.
Definition at line 52 of file psMinimizeLMM.h. |
1.4.4