C# implementation of Levenberg–Marquardt algorithm

itsaboy picture itsaboy · Oct 31, 2011 · Viewed 13.7k times · Source

I am looking for a C# implementation of the Levenberg–Marquardt algorithm for non-linear least squares fit.

Answer

Craig W picture Craig W · Feb 2, 2012

Levenberg-Marquardt.NET by Krzysztof Kniaz has worked very well for me.