Click or drag to resize

LevenbergMarquardtMinimizer Fields

The LevenbergMarquardtMinimizer type exposes the following members.

Fields
 NameDescription
Protected fieldStatic memberDEFAULT_MAX_ITERThe default maximum number of iterations.
Protected fieldStatic memberDEFAULT_TAU Used in initializing mu.
Protected fieldStatic memberDEFAULT_TOLERANCEThe default error tolerance to use for both gradient and solution delta
Protected fieldStatic memberMAX_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.
Top
See Also