Popularity
1.2
Growing
Activity
0.0
Stable
11
5
5

Programming language: Fortran
License: MIT License
Tags: Computation     L-BFGS-B    
Add another 'L-BFGS-B' Package

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

Reference

  1. R. H. Byrd, P. Lu and J. Nocedal. A Limited Memory Algorithm for Bound Constrained Optimization, (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 (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 (2011), to appear in ACM Transactions on Mathematical Software.


*Note that all licence references and agreements mentioned in the lbfgsb-sys README section above are relevant to that project's source code only.