Search code examples
c#least-squareslevenberg-marquardt

C# implementation of Levenberg–Marquardt algorithm


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


Solution

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