Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noshu/lbfgsb-sys

Rust binding of fortran Limited memory LBFGS subroutine
https://github.com/noshu/lbfgsb-sys

Last synced: 3 months ago
JSON representation

Rust binding of fortran Limited memory LBFGS subroutine

Awesome Lists containing this project

README

        

# lbfgs-sys
Rust binding of fortran L-BFGS-B subroutine.
The orginal fortran subroutine is distributed under BSD-3 license. To know more about the condition to use these fortran routine please go [here](http://users.iems.northwestern.edu/~nocedal/lbfgsb.html)
#Reference
1. R. H. Byrd, P. Lu and J. Nocedal. [A Limited Memory Algorithm for Bound Constrained Optimization](http://www.ece.northwestern.edu/~nocedal/PSfiles/limited.ps.gz), (1995), SIAM Journal on Scientific and Statistical Computing , 16, 5, pp. 1190-1208.
2. C. Zhu, R. H. Byrd and J. Nocedal. [L-BFGS-B: Algorithm 778: L-BFGS-B, FORTRAN routines for large scale bound constrained optimization](http://www.ece.northwestern.edu/~nocedal/PSfiles/lbfgsb.ps.gz) (1997), ACM Transactions on Mathematical Software, Vol 23, Num. 4, pp. 550 - 560.
3. J.L. Morales and J. Nocedal. [L-BFGS-B: Remark on Algorithm 778: L-BFGS-B, FORTRAN routines for large scale bound constrained optimization](http://www.ece.northwestern.edu/~morales/PSfiles/acm-remark.pdf) (2011), to appear in ACM Transactions on Mathematical Software.