Posted by Stephen Earl on May 08, 1998 at 13:17:30:
In Reply to: Re: Levenberg-Marquardt Method posted by Steve Moshier on November 04, 1997 at 10:13:04:
: : I am looking for the C code for Levenberg-Marquardt
: : method
: There is a C translation of lmdif in
: netlib/cephes/linalg.shar.
The L-M algorithm given in the Numerical Recipies
book actually works very well. The only problem is that you may need the example book to see how it is used!