mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
a5691f37d9
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/ PR: ports/147670 Submitted by: Hung-Yi Chen <gaod@hychen.org> Feature safe: yes
7 lines
292 B
Plaintext
7 lines
292 B
Plaintext
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/
|