Levenberg-marquardt is a widely-used second-order optimization algorithm.
I'm looking for a library in C that will do optimization of an objective function (preferrably Levenberg-Marquardt algorithm) and will …
c optimization least-squares levenberg-marquardtI am looking for a C# implementation of the Levenberg–Marquardt algorithm for non-linear least squares fit.
c# least-squares levenberg-marquardt