"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "37a984a9a0bf758dcd6b7905f2870be0706f72a9"
Unverified Commit 957c6783 authored by Guoxin's avatar Guoxin Committed by GitHub
Browse files

update grid search doc (#1486)

* same meaning of 'q' with other tuners
* not longer support qloguniform, support randint 
parent dbb84e76
...@@ -3,4 +3,6 @@ Grid Search on NNI ...@@ -3,4 +3,6 @@ Grid Search on NNI
## Grid Search ## 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.
\ No newline at end of file
Note that the only acceptable types of search space are `choice`, `quniform`, `randint`.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment