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

update grid search doc #1486

Merged
merged 2 commits into from
Aug 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`, `qloguniform`.