简体   繁体   中英

Levenberg-Marquardt optimization

Anyone knows where I cand find an .m (matlab ) file with the Levenberg-Marquardt moditication to the Newton's method to optimize a function?

Thanks

I always start with a search on file exchange . Found a LMF nonlinear solution . It also seems that there is a lsqnonlin function in The optimization toolbox . Of course that costs a small fortune and limits the portability of your code (one of many reasons I use Python these days).

如果适合您,可以尝试使用MATLAB MEX版本CMPFIT

Try it here: http://people.cas.uab.edu/~mosya/cl/MATLABcircle.html

This is a web-page from proffesor Chernov, who published some papers and a book on the matter. There are also c and matlab sources.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM