From d5b6e3c083d20d80f86ad84ada45efd871e480da Mon Sep 17 00:00:00 2001 From: suiguoxin Date: Fri, 23 Aug 2019 10:25:02 +0800 Subject: [PATCH 1/2] update grid search doc --- docs/en_US/Tuner/GridsearchTuner.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en_US/Tuner/GridsearchTuner.md b/docs/en_US/Tuner/GridsearchTuner.md index 5825abd04b..bbbe5e3e9c 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`, `qloguniform`. \ No newline at end of file From ae59a4b4b804bf0b71af834d5897851fb9b6e0f3 Mon Sep 17 00:00:00 2001 From: suiguoxin Date: Fri, 23 Aug 2019 10:30:25 +0800 Subject: [PATCH 2/2] delete qloguniform, add randint --- docs/en_US/Tuner/GridsearchTuner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/Tuner/GridsearchTuner.md b/docs/en_US/Tuner/GridsearchTuner.md index bbbe5e3e9c..b8b1a9230e 100644 --- a/docs/en_US/Tuner/GridsearchTuner.md +++ b/docs/en_US/Tuner/GridsearchTuner.md @@ -5,4 +5,4 @@ Grid Search on NNI 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`. \ 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