1. 20 Apr, 2022 1 commit
  2. 07 Apr, 2022 1 commit
  3. 20 Jan, 2022 1 commit
  4. 13 Dec, 2021 1 commit
  5. 27 May, 2021 1 commit
  6. 19 May, 2021 1 commit
  7. 21 Apr, 2021 1 commit
  8. 23 Feb, 2021 1 commit
  9. 14 Dec, 2020 1 commit
    • Lijiaoa's avatar
      Multiple Experiments Management UX (#3127) · 683c458a
      Lijiaoa authored
      
      
      * first update
      
      * add click event
      
      * add manager exp nav
      
      * first demo, fix some comments
      
      * use api to dev
      
      * refactor code
      
      * fix lint
      
      * fix test met issue and adjust column width
      
      * add /experiments-info  error status
      
      * no declare platform list, get this from api result filter
      
      * fix compare tooltip issue
      
      * fix tooltip location
      
      * fix some comments
      
      * delete datestring
      
      * fix clickable style and clickable column ID rather than name
      Co-authored-by: default avatarLijiao <Lijiaoa@outlook.com>
      683c458a
  10. 19 Oct, 2020 1 commit
  11. 12 Oct, 2020 1 commit
  12. 18 Sep, 2020 1 commit
  13. 31 Jul, 2020 1 commit
  14. 24 Jul, 2020 1 commit
  15. 05 Jun, 2020 1 commit
  16. 10 May, 2020 1 commit
    • Chi Song's avatar
      Remove multiphase from WebUI (#2396) · 7e35d32e
      Chi Song authored
      As requirement of #2390 , removed multiphase from WebUI, document, and put all trials flatten on WebUI.
      
      1. The major change is to split trial-jobs to trials in webui, and use parameter id as part of trial id.
      2. If multiphase is enabled, the limitation of trial controls job count only, not trials actually.
      3. When multiphase enabled, the trial status may not be right. Previous trials in a job will be marked as success, only last trial presents the job's status.
      4. multiphase related documents and UX are removed.
      
      minor changes,
      1. Update dev document for webui development.
      7e35d32e
  17. 20 Apr, 2020 1 commit
  18. 10 Feb, 2020 1 commit
  19. 27 Sep, 2019 1 commit
  20. 26 Sep, 2019 1 commit
  21. 11 Sep, 2019 1 commit
  22. 14 Aug, 2019 1 commit
  23. 12 Aug, 2019 1 commit
  24. 05 Aug, 2019 1 commit
  25. 11 Jul, 2019 1 commit
  26. 16 Apr, 2019 1 commit
  27. 11 Jan, 2019 1 commit
    • Lijiao's avatar
      [WebUI] Fix bug (#591) · db973f94
      Lijiao authored
      * fix bug
      
      * fix bug of background
      
      * update
      
      * update
      
      * add frameworkcontroller platform
      db973f94
  28. 08 Jan, 2019 1 commit
  29. 18 Dec, 2018 1 commit
  30. 29 Nov, 2018 1 commit
  31. 27 Nov, 2018 1 commit
  32. 02 Nov, 2018 1 commit
  33. 01 Nov, 2018 1 commit
  34. 11 Oct, 2018 1 commit
    • goooxu's avatar
      Support multiple experiments (#194) · 0da67d7b
      goooxu authored
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * Support multiple experiments of nnictl (#183)
      
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * Let nni manager web server handle static content
      
      * set nnictl stop require the port
      
      * Support multiple experiments of nnictl (#183)
      
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * Let nni manager web server handle static content
      
      * Dev multiple experiments (#189)
      
      * fix nnictl bug
      
      * fix nnictl create bug
      
      * add experiment status logic
      
      * add more information for nnictl
      
      * fix Evolution Tuner bug
      
      * refactor code
      
      * fix code in updater.py
      
      * fix nnictl --help
      
      * fix classArgs bug
      
      * update check response.status_code logic
      
      * show trial log path
      
      * update document
      
      * fix install.sh
      
      * set default vallue for maxTrialNum and maxExecDuration
      
      * fix nnictl
      
      * fix config path hint
      
      * support multiPhase
      
      * fix bash-completion
      
      * refactor bash-completion
      
      * add sklearn-regression
      
      * add search_space
      
      * fix bug
      
      * fix install.sh
      
      * refactor code
      
      * remove unused code
      
      * support multi experiments
      
      * fix issues
      
      * set nnictl stop require the port
      
      * Update documents for supporting multiple experiments
      
      * create a constant variable for 51188
      
      * Fixed issue that WebUI can not refresh page
      
      * Upgrade Node.js and Yarn to latest version
      0da67d7b
  35. 27 Sep, 2018 1 commit
  36. 14 Sep, 2018 1 commit
  37. 20 Aug, 2018 1 commit