
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