"vscode:/vscode.git/clone" did not exist on "9cbc4600dd3cc2a2e26c63ad654d0f05c7c944f5"
  1. 07 Apr, 2019 1 commit
  2. 03 Apr, 2019 2 commits
  3. 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
  4. 01 Apr, 2019 4 commits
  5. 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
  6. 26 Mar, 2019 2 commits
  7. 25 Mar, 2019 1 commit
  8. 23 Mar, 2019 1 commit
  9. 22 Mar, 2019 3 commits
  10. 21 Mar, 2019 2 commits
  11. 20 Mar, 2019 2 commits
  12. 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
  13. 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
  14. 13 Mar, 2019 1 commit
  15. 12 Mar, 2019 1 commit
  16. 07 Mar, 2019 1 commit
  17. 06 Mar, 2019 1 commit
    • Lee's avatar
      Fix NoneType object bug in Metis (#814) · 2fa77bcc
      Lee authored
      * add different tuner config files for config_test
      
      * change MetisTuner config test due to no lightgbm python module in integration test
      
      * install smac package in azure-pipelines
      
      * SMAC need swig to be installed
      
      * Try to install swig from source code
      
      * remove SMAC test because the dependency can not be installed
      
      * use sudo to install the swig
      
      * sleep 10s to make sure the port has been released
      
      * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port
      
      * word "down" to "done"
      
      * add config test for Curvefitting assessor
      
      * change file name
      
      * Fix data type not match bug
      
      * Optimize MetisTunner
      
      * pretty the code
      
      * Follow the review comment
      
      * add exploration probability
      
      * Avoid None type object generating
      2fa77bcc
  18. 05 Mar, 2019 4 commits
    • xuehui's avatar
      fix bug in cold start (#803) · 96728c64
      xuehui authored
      * fix bug in cold start
      
      * remove unused comment
      96728c64
    • ShufanHuang's avatar
      Fix bug in Curvefitting Assessor (#798) · e051fae0
      ShufanHuang authored
      Fix bug in Curvefitting Assessor
      e051fae0
    • Lijiao's avatar
      [WebUI] default metrc -> default metric (#790) · bf72b298
      Lijiao authored
      bf72b298
    • Lee's avatar
      Optimize MetisTuner (#811) · 1b4bcdba
      Lee authored
      * add different tuner config files for config_test
      
      * change MetisTuner config test due to no lightgbm python module in integration test
      
      * install smac package in azure-pipelines
      
      * SMAC need swig to be installed
      
      * Try to install swig from source code
      
      * remove SMAC test because the dependency can not be installed
      
      * use sudo to install the swig
      
      * sleep 10s to make sure the port has been released
      
      * remove tuner test for networkmorphism because it uses more than 30s to release the tcp port
      
      * word "down" to "done"
      
      * add config test for Curvefitting assessor
      
      * change file name
      
      * Fix data type not match bug
      
      * Optimize MetisTunner
      
      * pretty the code
      
      * Follow the review comment
      
      * add exploration probability
      1b4bcdba
  19. 03 Mar, 2019 1 commit
    • xuehui's avatar
      Fix cold start bug (#800) · 74fd4a52
      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
      
      * quickly fix bug in cold start
      74fd4a52
  20. 27 Feb, 2019 1 commit
  21. 26 Feb, 2019 2 commits
  22. 25 Feb, 2019 3 commits