How to check convergence in Levenberg-Marquardt method
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How to check convergence in a iterative non linear least squares such as Levenberg-Marquardt method
0 comentarios
Respuestas (1)
Star Strider
el 10 de Nov. de 2015
For a detailed discussion, see: Seber, G. A. F., and C. J. Wild. Nonlinear Regression. Hoboken, NJ: Wiley-Interscience, 2003, P. 640-60.
The most common stopping rule is to compare the sum-squared-error between steps. When it is lower than some specific value (usually on the order of 1E-10 or so), stop.
0 comentarios
Ver también
Categorías
Más información sobre Linear Regression en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!