Permalink
Commits on Jun 1, 2017
  1. Merge pull request #30 from charmasaur/nntesting

    Improved visualization of cost landscape for an ensemble of nets
    charmasaur committed on GitHub Jun 1, 2017
  2. Switch cross sections to be about best found point

    (rather than best predicted point)
    charmasaur committed Jun 1, 2017
  3. Merge pull request #29 from charmasaur/NeuralNetA

    Train an ensemble of nets simultaneously
    charmasaur committed on GitHub Jun 1, 2017
  4. Make sure every net gets trained with each new parameter set

    Previously if the number of nets was greater than the generation num
    then we wouldn't train the extra nets.
    charmasaur committed Jun 1, 2017
  5. Logging tweaks

    charmasaur committed Jun 1, 2017
  6. Comment tidying

    charmasaur committed Jun 1, 2017
  7. Add plotly to requirements

    charmasaur committed Jun 1, 2017
Commits on May 31, 2017
  1. Allow multiple nets to be saved

    Previously this didn't really work, because if you constructed multiple
    nets in quick succession they'd save over each other. Now the filenames
    have a few random bytes in them, so this shouldn't be a problem any
    more.
    charmasaur committed May 31, 2017
Commits on May 30, 2017
  1. Fix get_losses

    charmasaur committed May 30, 2017
  2. Support multiple nets at the learner level

    This means we can do things like cycle through nets per generation,
    interleave param generation and training of those nets, and so on.
    
    We can probably remove the sampling from the net itself now.
    charmasaur committed May 30, 2017
  3. Fix NN exception on python 2

    On python 2 math.ceil returns a float, and this was making range unhappy.
    charmasaur committed with charmasaur May 29, 2017
  4. Run Travis CI on trusty

    charmasaur committed May 24, 2017
Commits on May 29, 2017
  1. Merge pull request #28 from charmasaur/l2

    Add "training" logging to all training runs
    charmasaur committed on GitHub May 29, 2017
  2. Merge pull request #27 from charmasaur/logging

    Log learner type with run number
    charmasaur committed on GitHub May 29, 2017
  3. Merge pull request #26 from charmasaur/nnrangefix

    Fix NN exception on python 2
    charmasaur committed on GitHub May 29, 2017
  4. Fix NN exception on python 2

    On python 2 math.ceil returns a float, and this was making range unhappy.
    charmasaur committed May 29, 2017
Commits on May 24, 2017
  1. Merge pull request #24 from charmasaur/NeuralNetA

    Import neural net changes from charmasaur
    charmasaur committed on GitHub May 24, 2017