hyperpoints

Distributed hyperparameter optimization and reinforcement learning algorithms.


Keywords
hyperpoints
License
MIT
Install
pip install hyperpoints==0.0.1

Documentation


https://badge.fury.io/py/hyperpoints.png https://circleci.com/gh/yngtodd/hyperpoints.svg?style=svg

Hyperpoints

Distributed hyperparameter optimization and reinforcement learning algorithms.

Documentation

For references, tutorials, and examples check out our documentation.

Installation

From Sources:

You can either clone the public repository:

git clone git://github.com/yngtodd/hyperpoints

Or download the tarball:

curl  -OL https://github.com/yngtodd/hyperpoints/tarball/master

Once you have a copy of the source, you can install it with:

python setup.py install