Tagged Questions
The levenberg-marquardt tag has no wiki summary.
6
votes
3answers
465 views
Non-linear Least Squares Optimization Library for C
I'm looking for a library in C that will do optimization of an objective function (preferrably Levenberg-Marquardt algorithm) and will support box constraints, linear inequality constraints and ...
4
votes
3answers
398 views
Looking for optimization algorithm in C++ to replace Excel Solver
since Excel Solver is quite slow to run on thousands of optimizations (the reason being that it uses the spreadsheet as interface), I'm trying to implement a similar (problem-specific) solver in C++ ...
2
votes
3answers
382 views
Limitations of the Levenberg-Marquardt algorithm
I am using Levenberg-Marquardt algorithm to minimize a non-linear function of 6 parameters. I have got about 50 data points for each minimization, but I do not get sufficiently accurate results. Does ...
0
votes
0answers
51 views
How to build Levmar (C Library) for iOS 5.0 on iPad?
I wish to use Levenberg-Marquardt Algorithm for program on iOS.
I found this great peice of code "Levmar"
As they say I need to include LAPACK to use the package correctly. I added the Accelarate ...
0
votes
1answer
345 views
Levenberg–Marquardt (LMA) implementation in Java (to replace Python scipy.optimise.leastsq)
Please could someone suggest a good implementation of the Levenberg–Marquardt algorithm in Java? I prefer completeness and accuracy over performance.
Thanks.
-1
votes
0answers
65 views
Levenberg-Marquardt (non linear least squares optimization) in CUDA
Could you list existing Levenberg-Marquardt (LM) implementations in CUDA?
-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 ...