1. 13 Nov, 2020 1 commit
  2. 24 Mar, 2020 1 commit
    • AHartNtkn's avatar
      Improve grammar, spelling, and wording within the English documentation. (#2223) · 86a27f41
      AHartNtkn authored
      
      
      * Fix broken english in Overview
      
      Fix a lot of akward or misleading phrasing.
      Fix a few spelling errors.
      Fixed past tence vs presen tense (can vs. could, supports vs supported)
      
      * Sentences shouldn't typically begin with "and", in installation.rst
      
      * Fixed a bit of bad grammar and awkward phrasing in Linux installation instructions.
      
      * Additional, single correction in linux instructions.
      
      * Fix a lot of bad grammar and phrasing in windows installation instructions
      
      * Fix a variety of grammar and spelling problems in docker instructions
      
      Lots of akward phrasing.
      Lots of tense issues (could vs can)
      Lots of spelling errors (especcially "offical")
      Lots of missing articles
      Docker is a proper noun and should be capitalized
      
      * Missing article in windows install instructions.
      
      * Change some "refer to this"s to "see here"s.
      
      * Fix a lot of bad grammar and confusing wording in Quick Start
      
      tab "something" should be the "something" tab.
      Tense issues (e.g., Modified vs. Modify).
      
      * Fix some akward phrasing in hyperparameter tuning directory.
      
      * Clean up grammar and phrasing in trial setup.
      
      * Fix broken english in tuner directory.
      
      * Correct a bunch of bad wording throughout the Hyperparameter Tuning overview
      
      Lots of missing articles.
      Swapped out "Example usage" for "Example config", because that's what it is. Usage isn't examplified at all.
      I have no idea what the note at the end of the TPE section is trying to say, so I left it untouched, but it should be changed to something that make sense.
      
      * Fixing, as best I canm weird wording in TPE, Random Search, Anneal Tuners
      
      Fixed many incomplete sentences and bad wording.
      The first sentence in the Parallel TPE optimization section doesn't make sense to me, but I left it in case it's supposed to be that way. That sentence was copied from the blog post.
      
      * Improve wording in naive evolution description.
      
      * Minor changes to SMAC page wording.
      
      * Improve some wording, but mostly formatting, on Metis Tuner page.
      
      * Minor grammatical fix in Matis page.
      
      * Minor edits to Batch tuner description.
      
      * Minor fixes to gridsearch description.
      
      * Better wording for GPTuner description.
      
      * Fix a lot of wording in the Network Morphism description.
      
      * Improve wording in hyperbanding description.
      
      * Fix a lot of confusing wording, spelling, and gramatical errors in BOHB description.
      
      * Fix a lot of confusing and some redundant wording in the PPOTunder description.
      
      * Improve wording in Builtin Assesors overview.
      
      * Fix some wording in Assessor overview.
      
      * Improved some wording in Median Assessor's description.
      
      * Improve wording and grammar on curve fitting assessor description.
      
      * Improved some grammar and wording the the WebUI tutorial page.
      
      * Improved wording and gammar in NAS overview.
      
      Also deletes one redundant copy of a note that was stated twice.
      
      * Improved grammar and wording in NAS quickstart.
      
      * Improve much of the wording and grammar in the NAS guide.
      
      * Replace "Requirement of classArg" with "classArgs requirements:" in two files
      
      tuner and builtin assessor.One instance in HyperoptTuner.md and BuiltinAssessor.md.
      Co-authored-by: default avatarAHartNtkn <AHartNtkn@users.noreply.github.com>
      86a27f41
  3. 09 Feb, 2020 1 commit
  4. 04 Feb, 2020 1 commit
  5. 15 Jul, 2019 1 commit
    • xuehui's avatar
      Update all doc structure (#1285) · 39782f12
      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
      
      * update default value of metis tuner
      
      * fix broken link in CommunitySharings
      
      * update docs about nested search space
      
      * update docs
      
      * rename cascding to nested
      
      * fix broken link
      
      * update
      
      * update issue link
      
      * fix typo
      
      * update evaluate parameters from GMM
      
      * refine code
      
      * fix optimized mode bug
      
      * update import warning
      
      * update warning
      
      * update optimized mode
      
      * first commit for update doc structure
      
      * mv the localmode and remotemode to traningservice
      
      * update
      39782f12
  6. 15 May, 2019 1 commit
  7. 08 Apr, 2019 1 commit
  8. 26 Mar, 2019 1 commit
  9. 25 Feb, 2019 1 commit
  10. 29 Jan, 2019 1 commit
  11. 16 Jan, 2019 1 commit
  12. 11 Jan, 2019 1 commit
  13. 17 Dec, 2018 1 commit
  14. 30 Nov, 2018 1 commit
    • QuanluZhang's avatar
      Dev hyperband (#405) · a3872505
      QuanluZhang authored
      * support hyperband
      
      * add example for hyperband
      
      * register Hyperband in tuner
      
      * after debug
      
      * update doc
      
      * trivial change
      
      * update spec validation of yaml config
      
      * modify nnictl launcher
      
      * modify nnimanager and util to support advisor
      
      * Quick fix nnictl config logic (#289)
      
      * fix nnictl bug
      
      * fix install.sh
      
      * add desc for Dockerfile.build.base
      
      * update document for Dockerfile
      
      * update
      
      * refactor port detect
      
      * update
      
      * refactor NNICTLDOC.md
      
      * add document for pai and nnictl
      
      * add default value for port
      
      * add exception handling in trial_keeper.py
      
      * fix port bug
      
      * fix resume
      
      * fix nnictl resume and fix nnictl stop
      
      * fix document
      
      * update
      
      * refactor nnictl
      
      * update
      
      * update doc
      
      * update
      
      * update nnictl
      
      * fix comment
      
      * revert dockerfile
      
      * update
      
      * update
      
      * update
      
      * fix nnictl error hit
      
      * fix comments
      
      * fix bash-completion
      
      * fix paramiko install
      
      * quick fix resume logic
      
      * update
      
      * quick fix nnictl
      
      * refactor sdk main
      
      * update unit test accordingly
      
      * update example's config file
      
      * update restserver validation
      
      * PR merge to 0.3 (#297)
      
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * update doc
      
      * fix links
      
      * fix links
      
      * fix links
      
      * merge
      
      * fix links and doc errors
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * Update README.md (#288)
      
      added License badge
      
      * merge
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * fix doc mistakes and broken links. (#271)
      
      * refactor doc
      
      * update with Mao's suggestions
      
      * Set theme jekyll-theme-dinky
      
      * updated the "Contribute" part (merged Gems' wiki in, updated ReadMe)
      
      * fix link
      
      * Update README.md
      
      * Fix misspelling in examples/trials/ga_squad/README.md
      
      * revise the installation cmd to v0.2
      
      * revise to install v0.2
      
      * remove files
      
      * update
      
      * remove enas readme (#292)
      
      * support checkpoint directory
      
      * Fix datastore performance issue (#301)
      
      * fix pylint
      
      * Fix nnictl in v0.3 (#299)
      
      Fix old version of config file
      fix sklearn requirements
      Fix resume log logic
      
      * modify log
      
      * trivial changes
      
      * update example
      
      * update makefile
      
      * update launcher.py to fix the problem of finding main.js
      
      * debug
      
      * add hyperparameter info into trial_end api
      
      * fix bug and update example
      
      * fix error induced by merge
      
      * support initialize
      
      * add doc for hyperband
      
      * fix bugs and add config_pai
      
      * fix bugs and add config_pai
      
      * fix bugs and add config_pai
      
      * fix bugs and add config_pai
      
      * update doc
      
      * add doc for advisor
      
      * fit
      
      * modification based on hui's comments
      
      * update doc
      a3872505