Permalink
Commits on Nov 3, 2016
  1. Added additional tests for halting conditions.

    Fixed bug with GP fitting data with bad runs.
    mhush committed Nov 3, 2016
Commits on Nov 2, 2016
  1. Merge pull request #12 from charmasaur/patch-1

    Documentation and setup tweaks
    committed on GitHub Nov 2, 2016
Commits on Oct 22, 2016
  1. Fix setup syntax error

    charmasaur committed Oct 22, 2016
Commits on Oct 21, 2016
  1. Tweaks to tutorials documentation

    charmasaur committed on GitHub Oct 21, 2016
Commits on Oct 13, 2016
  1. Candidate for tag v2.1.0

    Candidate for version 2.1.0 release.
    committed Oct 13, 2016
  2. Merge pull request #11 from michaelhush/docupdate

    Docupdate
    committed on GitHub Oct 13, 2016
  3. Documentation update

    Update to documentation complete. Now describes how to use the shell
    interface, the differential evolution optimizer and using M-LOOP as an
    MPI.
    committed Oct 13, 2016
  4. Documentation updated

    Documentation has been updated to explain all the added features and
    also how to use M-LOOP as a python API. Still needs proof reading.
    committed Oct 13, 2016
Commits on Oct 12, 2016
  1. Updating the documentation

    Updating the documentation to prepare for the 2.1.0 release.
    committed Oct 12, 2016
  2. Small update to TravisCI config

    Deleted unnecessary line from TravisCI config.
    committed Oct 12, 2016
  3. Merge pull request #10 from michaelhush/DiffEvo

    Differential evolution added to M-LOOP.
    committed on GitHub Oct 12, 2016
  4. Completed Differential Evolution

    Differential Evolution now been added to M-LOOP and is set to the
    default trainer for the gaussian process. Tests and examples have been
    added. The installation section of the documentation has also been
    updated.
    committed Oct 12, 2016
Commits on Oct 11, 2016
  1. 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.
    committed Oct 11, 2016
Commits on Oct 10, 2016
  1. First version of DEComplete

    First version of differential evolution complete. Next testing will be
    investigated
    committed Oct 10, 2016
Commits on Oct 6, 2016
  1. Further refining the differential evolution

    Continuing the implementation.
    committed Oct 6, 2016
Commits on Oct 5, 2016
  1. Adding differential evolution

    Started modifying the differential evolution code from scipy for use in
    M-LOOP.
    committed Oct 5, 2016
Commits on Oct 4, 2016
  1. Travis CI defining python version

    Attempting to define the correct python version explicitly.
    committed Oct 4, 2016
  2. Travis CI correction

    Copied syntax for conditional test from facebook example. Hopefully
    will work now.
    committed Oct 4, 2016
  3. Travis updates

    Added $ to variable name
    committed Oct 4, 2016
  4. An upgrade to get Travis CI working

    Travis test 2.7 now works, but only after updating to 2.7.12 (why on
    earth Travis CI defaults to 2.7.9 is beyond me. ) but trying to update
    3.5 creates an error, attempted to add a conditional test to get around
    this.
    committed Oct 4, 2016
  5. Added pip requires to setuptools

    Setuptools updated
    committed Oct 4, 2016
  6. Final attempt to fix Travis CI

    Travis CI is basically broken for python 2.7. Still trying to fix it.
    committed Oct 4, 2016
  7. Travis CI issue identified

    The problem with Travis CI is it uses a very old version of pip when
    testing on python 2.7. Attempted to add a command to upgrade pip first
    before running installation.
    committed Oct 4, 2016
  8. Added a later version of pip requirement

    Hopefully this fixes travis CI
    committed Oct 4, 2016
  9. Attempt to get travis CI working

    Added requirements file and updated travis to make more conservative
    tests.
    committed Oct 4, 2016
  10. scikit-learn now required

    Sciki-learn 0.18 has now officially been released as the new stable
    version. It is also available in the anaconda distribution. We have
    removed the scikit-learn code that was included with M-LOOP previously
    and now have it has a dependency.
    committed Oct 4, 2016
  11. Command Line now supported on Windows

    Command Line now works on windows as well as Linux and MacOS
    committed Oct 4, 2016
Commits on Sep 22, 2016
  1. Revert "Revert "Added command line interface""

    This reverts commit 2256b1a.
    committed Sep 22, 2016
  2. Revert "Added command line interface"

    This reverts commit 801b304.
    committed Sep 22, 2016
  3. Added command line interface

    M-LOOP now supports running experiments through commands on the
    computer’s shell. Example has been added, documentation does not
    include this change yet.
    committed Sep 22, 2016
Commits on Sep 15, 2016
  1. Fixed indentation error

    There was a small indentation error in the M-LOOP executable. This has
    been fixed.
    committed Sep 15, 2016
Commits on Sep 14, 2016
  1. Ready for version 2.0.3 tag

    Updated for the git tag update
    committed Sep 14, 2016
  2. 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.
    committed Sep 14, 2016
Commits on Sep 13, 2016
  1. Update for travis CI

    Added install for dependency issues
    committed Sep 13, 2016
  2. Added Travis CI test script

    Added configuration file
    committed Sep 13, 2016