diff --git a/docs/en_US/Tuner/GridsearchTuner.md b/docs/en_US/Tuner/GridsearchTuner.md index 5825abd04b..b8b1a9230e 100644 --- a/docs/en_US/Tuner/GridsearchTuner.md +++ b/docs/en_US/Tuner/GridsearchTuner.md @@ -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`.** \ No newline at end of file +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`. \ No newline at end of file