apoorvalal / pyensmallen

python wrapper for the ensmallen c++ library for numerical optimization
https://pypi.org/project/pyensmallen/
MIT License
4 stars 1 forks source link

pyensmallen: python bindings for the ensmallen library for numerical optimization

Very minimal python bindings for ensmallen library. Currently supports

See ensmallen docs for details.

Installation:

from pypi

pip install pyensmallen

from source

  1. Install armadillo and ensmallen for your system (build from source, or via conda-forge; I went with the latter)
  2. git clone this repository
  3. pip install -e .
  4. Profit? Or at least minimize loss?

from wheel