Levenberg |
The LevenbergMarquardtMinimizer type exposes the following members.
| Name | Description | |
|---|---|---|
| DEFAULT_MAX_ITER | The default maximum number of iterations. | |
| DEFAULT_TAU | Used in initializing mu. | |
| DEFAULT_TOLERANCE | The default error tolerance to use for both gradient and solution delta | |
| MAX_JACOBAIN_DIAG | Used in initializing mu. mu is a tau_ times the maximum diagonal element of the jacobian at the starting piont x0. To make sure this value does not get too large (resulting in a too small initial step size) cap its value. |