Skip to content
Snippets Groups Projects
  1. Mar 07, 2018
  2. Jan 26, 2018
  3. Nov 30, 2017
  4. Nov 13, 2017
  5. Nov 09, 2017
  6. Nov 07, 2017
    • Jakob Jordan's avatar
      Add natural evolutionary strategies optimizer (#103) · e37f668d
      Jakob Jordan authored
      * Add natural evolution strategies optimizer with doc, logging of distribution parameters and default parameters
      
      Implements separable natural evolution strategies in natural
      coordinates for multinormal search distributions as described in
      Wierstra, D., Schaul, T., Glasmachers, T., Sun, Y., Peters, J., &
      Schmidhuber, J. (2014). Natural evolution strategies. Journal of
      Machine Learning Research, 15(1) (pp. 949-980).
      
      * Add doc for natural evolution strategies optimizer
      
      * Add logging of distribution parameters to nes optimizer
      
      * Add default parameters to snes optimizer
      e37f668d
  7. Nov 02, 2017
  8. Oct 24, 2017
  9. Oct 05, 2017
    • Anand's avatar
      MNIST+CE eval script, other fixes · 5cc82e3b
      Anand authored
      * Adding script for evaluating MNIST with CE
      * Weight initialization in MNIST done per layer now
      * Converting weighted fitness list to numpy array in Cross Entropy
      * Formatting and other minor fixes
      5cc82e3b
  10. Oct 04, 2017
  11. Oct 03, 2017
  12. Aug 28, 2017
  13. Aug 14, 2017
  14. Jul 26, 2017
    • Kris's avatar
      Add FUN-GA test (#100) · 38737ec4
      Kris authored
      - dict_to_list outputs a numpy array rather than a list to stay true to the
        policy of preferring numpy data types rather than the python data types,
      
      - added DEAP to list of global requirements. requirements.txt in subfolder is
        not processed separately.
      
      - added FUN-GA simulation
      38737ec4
  15. Jul 25, 2017
  16. Jul 20, 2017
    • maharjun's avatar
      Added some functions for convenient multiprocessing logging (#99) · 41521c64
      maharjun authored
      * Adding Logging tools w/o documentation
      
      * Add optino to redirect all scoop process logging also to main console
      
      * Added Documentation + Some other small interface Changes
      
      * Changed the bin files to use current logging framework
      
      * Added some edits to the intro documentation
      
      * Modified bin files again
      
      * Fixing style
      41521c64
  17. Jul 19, 2017
  18. Jul 14, 2017
  19. Jul 13, 2017