Levenberg–Marquardt algorithm: Difference between revisions

Content deleted Content added
Alanb (talk | contribs)
Added a link to Java LM implementations.
Line 50:
*[[MINPACK]] has a [[FORTRAN]] implementation [http://www.netlib.org/minpack/ lmdif].
*A [[C programming language]] implementation can be found at [https://sourceforge.net/projects/lmfit/ sourceforge::lmfit].
*AOpen source [[Java programming language]] implementationimplementations canare beoffered found atby [http://www.idiom.com/~zilla/Computer/Javanumeric/index.html thisJ.P. pageLewis] and [http://users.utu.fi/jaolho J. Holopainen (L-M fit package)].
*[[gnuplot]] uses its own implementation [http://www.gnuplot.info/ gnuplot.info].
*[http://www.ics.forth.gr/%7elourakis/levmar/ levmar]: Levenberg-Marquardt non-linear least squares algorithms in C/C++.