mirror of
https://github.com/matthewwardrop/pyensmallen.git
synced 2026-06-28 15:16:55 -07:00
No description
- Jupyter Notebook 89.4%
- Python 6.2%
- C++ 4.4%
| notebooks | ||
| pyensmallen | ||
| .gitignore | ||
| README.md | ||
| setup.py | ||
pyensmallen: python bindings for the ensmallen library for numerical optimization
Very minimal python bindings for ensmallen library. Currently only supports L-BFGS, with intended use for optimisation of smooth objectives for m-estimation.
See ensmallen docs for details.
Installation:
- Install
armadilloandensmallenfor your system (build from source, or via conda-forge; I went with the latter) - git clone this repository
pip install -e .- Profit? Or at least minimize loss?