liblbfgs-dev

L-bfgs solver for unconstrained nonlinear optimization problems
  http://www.chokkan.org/software/liblbfgs/index.html
  0
  no reviews



Solves nonlinear optimization problems using the limited-memory bfgs method. the user specifies a callback c function that returns the value and gradients of the cost function at a particular operating point. this library estimates the hessians from user input, and applies newton's method iteratively to find a local minimum of the cost function. this is a small library, written in c with minimal dependencies.

this package contains development files