L-BFGS

From Wikipedia, the free encyclopedia

L-BFGS and L-BFGS-B are a limited-memory quasi-Newton packages for large scale optimization, for Unix or Linux. The codes have been developed at the Optimization Technology Center, a joint venture of Argonne National Laboratory and Northwestern University. They were authored by Jorge Nocedal, Ciyou Zhu and Richard Byrd.

L-BFGS is a code for solving unconstrained problems.

L-BFGS-B is capable of solving problems with simple bounds on the variables. The current release is version 2.1. The distribution file was last changed on 02/09/1997.

It is freely available for educational or commercial purposes. The authors expect that all publications describing work using this software quote at least one of the references given in each code.

[edit] References

[edit] External links

  • Jorge Nocedal
  • Richard Byrd
  • [1]; The full L-BFGS Unix/Linux distribution (containing source code, makefile and user guide)
  • [2]; The full L-BFGS-B Unix/Linux distribution (containing source code, makefile and user guide)