Skip to main content

Asynchronous [black-box] Optimization

Project description

Current PyPi Version Supported Python Versions BSD 3-clause license Documentation Status Codecov Report Travis tests

Oríon is an asynchronous framework for black-box function optimization.

Its purpose is to serve as a meta-optimizer for machine learning models and training, as well as a flexible experimentation platform for large scale asynchronous optimization procedures.

Core design value is the minimum disruption of a researcher’s workflow. It allows fast and efficient tuning, providing minimum simple non-intrusive (not even necessary!) helper client interface for a user’s script.

So if ./run.py --mini-batch=50 looks like what you execute normally, now what you have to do looks like this:

orion -n experiment_name ./run.py --mini-batch~'randint(32, 256)'

Check out user’s guide-101 for the simplest of demonstrations!

Features

As simple and as complex you want

  • Simple and natural, but also explicit and verbose, search domain definitions

  • Minimal and non-intrusive client interface for reporting target function values

  • Database logging (currently powered by MongoDB)

  • Flexible configuration

  • Explicit experiment termination conditions

  • Algorithms algorithms algorithms: Skopt’s bayesian optimizers are at hand without writing. Random search is the default. only a single line of code.

  • More algorithms: Implementing and distributing algorithms is as easy as possible! Check developer’s guide-101. Expect algorithm plugins to pop out quickly!

  • Came up with an idea? Your intuition is still at play: Help your optima hunter now by a command line interface.

  • And other many more already there or coming soon!

Installation

Install Oríon by running:

pip install orion

For more information read the full installation docs.

Contribute or Ask

Do you have a question or issues? Do you want to report a bug or suggest a feature? Name it! Please contact us by opening an issue in our repository below:

Start by starring and forking our Github repo!

Thanks for the support!

Roadmap

You can find our roadmap here: https://github.com/Epistimio/orion/blob/master/ROADMAP.md

License

The project is licensed under the BSD license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

orion-0.1.6.tar.gz (284.1 kB view hashes)

Uploaded Source

Built Distribution

orion-0.1.6-py2.py3-none-any.whl (156.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page