LibLBFGS (C Lib) wrapper.
Lua
Latest commit d96b89a Mar 8, 2013 @clementfarabet Create README.md
Permalink
Failed to load latest commit information.
README.md
init.lua Finally got it right. Mar 8, 2013
lbfgs-0.1.alpha-1.rockspec
lbfgs.h Paramaters are passed to the algorithm. Mar 8, 2013
rosenbrock.lua
test.lua Paramaters are passed to the algorithm. Mar 8, 2013

README.md

LBFGS

LibLBFGS (C Lib) wrapper.

This is an FFI interface to LibLBFGS.

Installation

Simply build and install LibLBFGS (with no SSE2 support, for now I don't support aligned memory blocks).

This package can be installed with Luarocks.

Usage

The code in test.lua demonstrates how to use the solver. Its interface is 100% compatible to the solvers in optim.