michaelhush / M-LOOP

M-LOOP: Machine-learning online optimization package

Home Page:http://m-loop.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M-LOOP

The Machine-Learner Online Optimization Package is designed to automatically and rapidly optimize the parameters of a scientific experiment or computer controller system.

To install M-LOOP simply run:

pip install -e <path_to_m-loop>

Be sure to replace <path_to_m-loop> with the actual path to the M-LOOP repository's root directory.

For more details on how to use the package see the documentation. You can see it online at

http://m-loop.readthedocs.io/

Or you can build it by entering the docs folder and running:

make html

The docs can then be found in docs/_build/html.

If you use M-LOOP please cite its first application:

http://www.nature.com/articles/srep25890

M-LOOP is written and maintained by Michael R Hush <MichaelRHush@gmail.com>.

About

M-LOOP: Machine-learning online optimization package

http://m-loop.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 100.0%