LBFGS and OWL-QN optimization algorithms
Project description
PyLBFGS
This is a Python wrapper around Naoaki Okazaki (chokkan)’s liblbfgs library of quasi-Newton optimization routines (limited memory BFGS and OWL-QN).
This package aims to provide a cleaner interface to the LBFGS algorithm than is currently available in SciPy, and to provide the OWL-QN algorithm to Python users.
Installing
Type:
pip install pylbfgs
Hacking
Type:
python setup.py build_ext -i
to build PyLBFGS in-place, i.e. without installing it.
To run the test suite, make sure you have Nose installed, and type:
nosetests tests/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylbfgs-0.1.10.tar.gz
(65.9 kB
view hashes)
Built Distribution
pylbfgs-0.1.10-py2.7-linux-x86_64.egg
(133.5 kB
view hashes)
Close
Hashes for pylbfgs-0.1.10-py2.7-linux-x86_64.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | edcd94ffa9430dd5f37fc351fbc02cc73495320dd0b06a93ac05d948a0386afe |
|
MD5 | d27be3bb1a05f1dba58b1555f9214ea1 |
|
BLAKE2b-256 | 6cd12c75842e129e65934b08dfe730f6723370856343f7485a8c3c0309434127 |