Levenberg–Marquardt algorithm: Difference between revisions

Content deleted Content added
m Weblinks: tidy up
External links: tidy links
Line 36:
 
== External links ==
 
*[http://www.cc.gatech.edu/~ananth/lmtut.pdf A tutorial by Ananth Ranganathan]
*[http://www.siam.org/siamnews/mtc/mtc1093.htm History of the algorithm in SIAM news]
 
Public ___domain implementations:
*[[MINPACK]] has a [[FORTRAN]] implementation [http://www.netlib.org/minpack/ minpack::lmdif] in FORTRAN.
*A [[C programming language]] implementation can be found at [https://sourceforge.net/projects/lmfit/ sourceforge::lmfit] in C.
 
==References==