blob: 799524f1747e4c9ed816ef19b463689abd637d54 (
plain) (
blame)
1
2
3
4
5
6
|
This library is a C port of the implementation of Limited-memory
Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
The original FORTRAN source code is available at:
http://www.ece.northwestern.edu/~nocedal/lbfgs.html
WWW: http://www.chokkan.org/software/liblbfgs/
|