Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update grid search doc (#1486)
Browse files Browse the repository at this point in the history
* same meaning of 'q' with other tuners
* not longer support qloguniform, support randint
  • Loading branch information
suiguoxin authored Aug 23, 2019
1 parent dbb84e7 commit 957c678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/en_US/Tuner/GridsearchTuner.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Grid Search on NNI

## Grid Search

Grid Search performs an exhaustive searching through a manually specified subset of the hyperparameter space defined in the searchspace file. Note that the only acceptable types of search space are `choice`, `quniform`, `qloguniform`. **The number `q` in `quniform` and `qloguniform` has special meaning (different from the spec in [search space spec](../Tutorial/SearchSpaceSpec.md)). It means the number of values that will be sampled evenly from the range `low` and `high`.**
Grid Search performs an exhaustive searching through a manually specified subset of the hyperparameter space defined in the searchspace file.

Note that the only acceptable types of search space are `choice`, `quniform`, `randint`.

0 comments on commit 957c678

Please sign in to comment.