Permalink
Newer
Older
100644 27 lines (15 sloc) 697 Bytes
Aug 25, 2016 @michaelhush Upgrade to 2.0.0
1 ======
2 M-LOOP
3 ======
4
5 The Machine-Learner Online Optimization Package is designed to automatically and rapidly optimize the parameters of a scientific experiment or computer controller system.
6
7 To install M-LOOP simply run::
8
9 python setup.py develop
10
11 In the M-LOOP source folder.
12
13 For more details on how to use the package see the documentation. You can see it online at
14
Sep 1, 2016 @michaelhush Update for official release
15 http://m-loop.readthedocs.io/
Aug 25, 2016 @michaelhush Upgrade to 2.0.0
16
17 Or you can build it by entering the docs folder and running:
18
19 build html
20
21 The docs can then be found in docs/build/html
22
23 If you use M-LOOP please cite its first application:
24
25 http://www.nature.com/articles/srep25890
26
27 M-LOOP is written and maintained by Michael R Hush <MichaelRHush@gmail.com>.