Permalink
Commits on Dec 9, 2016
  1. Merge pull request #17 from michaelhush/revert-16-NeuralNetA

    Revert "Get NN working a bit better on the tests"
    charmasaur committed on GitHub Dec 9, 2016
  2. Revert "Get NN working a bit better on the tests"

    charmasaur committed on GitHub Dec 9, 2016
  3. Merge pull request #16 from charmasaur/NeuralNetA

    Get NN working a bit better on the tests
    charmasaur committed on GitHub Dec 9, 2016
Commits on Dec 4, 2016
  1. Don't do one last train in order to predict minima

    at the end. This was causing an exception to be thrown when trying to
    get costs from the queue.
    charmasaur committed Dec 4, 2016
  2. Set new_params_event in MLC after getting the cost

    When generation_num=1, if the new_params_event is set first then the
    learner will try to get the cost when the queue is empty, causing an
    exception.
    charmasaur committed Dec 4, 2016
Commits on Dec 3, 2016
Commits on Dec 2, 2016
  1. Merge branch 'NeuralNetA' of https://github.com/michaelhush/M-LOOP in…

    …to NeuralNetA
    
    Conflicts:
    	mloop/controllers.py
    	mloop/learners.py
    charmasaur committed Dec 2, 2016
  2. Fix importing/creation of NN impl

    We need to specify nnlearner as a package. More subtly, because of TF
    we can only run NNI in the same process in which it's created. This
    means we need to wait until the run() method of the learner is called
    before constructing the impl.
    charmasaur committed Dec 2, 2016
  3. Tidying/logging for NN impl

    charmasaur committed Dec 2, 2016
  4. Basic NN learner implementation

    I've pulled the actual network logic out into a new class, to
    keep the TF stuff separate from everything else and to keep a
    clear separation between what's modelling the landscape and
    what's doing prediction.
    charmasaur committed Dec 2, 2016
Commits on Dec 1, 2016
  1. Fix some NN typos

    charmasaur committed Dec 1, 2016
Commits on Nov 25, 2016
  1. Tweaks to NN learner shell

    charmasaur committed Nov 25, 2016
  2. Fix some whitespace errors

    Git complains to me about them when I touch nearby lines, so I figured
    it was easier just to fix them.
    charmasaur committed Nov 25, 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