"docs/archive_en_US/Tutorial/ExperimentConfig.md" did not exist on "2c5d89a7b8fea0abece913131fb830ff6ea51ebb"
  1. 17 Apr, 2019 1 commit
  2. 16 Apr, 2019 2 commits
  3. 12 Apr, 2019 1 commit
  4. 11 Apr, 2019 3 commits
  5. 10 Apr, 2019 3 commits
  6. 08 Apr, 2019 2 commits
  7. 07 Apr, 2019 1 commit
  8. 03 Apr, 2019 2 commits
  9. 02 Apr, 2019 2 commits
    • Lee's avatar
      Fix for MetisTuner (#935) · 34950963
      Lee authored
      * Fix Metis bug
      
      remove unexpected logger
      
      * Increase 'alpha' parameter
      
      Increase 'alpha' parameter of your GaussianProcessRegressor to make sure a positive definite matrix
      
      * Increase 'alpha' parameter
      
      Increase 'alpha' parameter of your GaussianProcessRegressor to make sure a positive definite matrix
      
      * Increase the probability from 0.1 to 0.9
      
      Increase the probability from 0.1 to 0.9 to select from next config
      
      * Update metis_tuner.py
      
      Use local name instead of global name
      34950963
    • SparkSnail's avatar
  10. 01 Apr, 2019 4 commits
  11. 27 Mar, 2019 2 commits
    • xuehui's avatar
      Fix Issue #903 (#916) · bfd99ad5
      xuehui authored
      * update readme in ga_squad
      
      * update readme
      
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update readme
      
      * update
      
      * fix path
      
      * update reference
      
      * fix bug in config file
      
      * update nni_arch_overview.png
      
      * update
      
      * update
      
      * update
      
      * update home page
      
      * fix issue: #902, random parameter
      
      * update doc about random
      
      * change Random tuner test
      
      * update metric_test for Random tuner
      
      * update random config in test
      
      * update Evolution_SQuAD doc
      bfd99ad5
    • SparkSnail's avatar
      21b48d29
  12. 26 Mar, 2019 2 commits
  13. 25 Mar, 2019 1 commit
  14. 23 Mar, 2019 1 commit
  15. 22 Mar, 2019 3 commits
  16. 21 Mar, 2019 2 commits
  17. 20 Mar, 2019 2 commits
  18. 15 Mar, 2019 1 commit
    • SparkSnail's avatar
      Support version check of nni (#807) · d0b22fc7
      SparkSnail authored
      check nni version in trialkeeper, to make sure the version of trialkeeper is consistent with trainingService
      add a debug mode in config file
      d0b22fc7
  19. 14 Mar, 2019 2 commits
    • Lijiao's avatar
      Support intermediate is dict (#835) · 4574dcca
      Lijiao authored
      Support intermediate is dict
      4574dcca
    • SparkSnail's avatar
      Fix ssh connection error (#829) · de9e2842
      SparkSnail authored
      SSH client has a max number of open channels for a connection, if we set the number of trialCurrency too big, our ssh client will exec command using ssh frequently, then we will meet the error of Error: (SSH) Channel open failure: open failed.
      Refactor the code, set one connection has a max trial concurrency, when the number of trial reach the ssh connection restriction, will create a new ssh connection to exec trial commands.
      de9e2842
  20. 13 Mar, 2019 1 commit
  21. 12 Mar, 2019 1 commit
  22. 07 Mar, 2019 1 commit