Posted by K. Green on September 17, 1998 at 16:45:36:
In Reply to: Levenberg Marquardt Method posted by Wei Zhang on September 09, 1998 at 03:30:14:
: Hi, everybody
: I am trying to fit a system of ordinary differential equations (kinetics model)
: to experimental data to work out the best-fit parameter values. Levenberg-Marquardt method
: might solve this problem. Does any one know where I can get the existing code in Fortran
: for Levenberg-Marquardt method to be used in my case?
: The one in Mumerical Recipes seems not suitable for my problem.
: Thanks a lot.
: Wei.
MINPACK contains implementations of this method.
However, for more complete information, I recommend
you go to:
http://gams.nist.gov/
Then choose "problem decision tree". You will find
MINPACK (among others) located under subclass K
(specifically, branch: K1b1a1).
Good luck,
A fellow physical chemist