Levenberg–Marquardt algorithm: Difference between revisions

Content deleted Content added
Biehl (talk | contribs)
m Fixed broken link, with new link to citeseer page
Biehl (talk | contribs)
m Added a link for a java implementation. As this impl is licensed under GPL - I changed the heading to "Available implementations"
Line 46:
*[http://www.siam.org/siamnews/mtc/mtc1093.htm History of the algorithm in SIAM news]
 
Public ___domainAvailable implementations:
*[[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].
*A [[Java programming language]] implementation can be found at [http://www.idiom.com/~zilla/Computer/Javanumeric/index.html this page]
*[[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++.
 
 
[[fa:الگوریتم لونبرگ-مارکارد]]