How to check convergence in Levenberg-Marquardt method
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
How to check convergence in a iterative non linear least squares such as Levenberg-Marquardt method
0 Commenti
Risposte (1)
Star Strider
il 10 Nov 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 Commenti
Vedere anche
Categorie
Scopri di più su Linear Regression in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!