Tagged Questions

-3
votes
1answer
186 views

C# implementation of Levenberg–Marquardt algorithm

I am looking for a C# implementation of the Levenberg–Marquardt algorithm for non-linear least squares fit. Unfortunately the license of the implementation cannot be GPL, since I am developing a ...