History for M-LOOP/tests
Commits on Nov 24, 2016
-
Added some updates to docstrings and test unit parameters.
Commits on Nov 3, 2016
-
Added additional tests for halting conditions.
Fixed bug with GP fitting data with bad runs.
Commits on Oct 13, 2016
-
Update to documentation complete. Now describes how to use the shell interface, the differential evolution optimizer and using M-LOOP as an MPI.
Commits on Oct 11, 2016
-
DE learner complete and added tests.
The differential evolution controller has been implemented and is now set at the default trainer for gaussian process. Tests have been added to the automated suite and there is some basic visualizations available. Still have to debug a possible issue with GP andexamples logging and extras.
Commits on Sep 22, 2016
-
Revert "Revert "Added command line interface""
This reverts commit 2256b1a.
-
Revert "Added command line interface"
This reverts commit 801b304.
michaelhush committedSep 22, 2016 -
M-LOOP now supports running experiments through commands on the computer’s shell. Example has been added, documentation does not include this change yet.
Commits on Sep 14, 2016
-
Fixed windows setuptools multiprocessing issues
setup.py test was failing on windows machines because if __name__==__main__ was not included in the setup.py folder. This has been fixed. Also updated setup.py to explicitly include all package with version requirements to help get it working on Travis CI.
Commits on Sep 10, 2016
-
Added python 2 backward compatability
Updated the package so it now works on python 2 and 3. All use of super had to be updated and compatibility headers were added to all module
michaelhush committedSep 10, 2016
Commits on Sep 1, 2016
-
Completed documentation. Fixed a few bugs with file writing formats with ‘txt’ in particular
michaelhush committedSep 1, 2016
Commits on Aug 30, 2016
-
Added tutorial to documentation
Added another example for the tutoiral, and made a corresponding test. Fixed bug with reading matlab files for plots. Changed some keywords to do with file_types and files. Moved version to 2.0.1
michaelhush committedAug 30, 2016
Commits on Aug 25, 2016
-
Complete rewriting of M-LOOP to make it more extensible and improve performance. M-LOOP is now includes threading and multiprocessing to remove any unnecessary delays between experiments. M-LOOP is installable with setuptool. M-LOOP now had documentation generated with sphinx.
michaelhush committedAug 25, 2016
NewerOlder