Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 316 Bytes

GridsearchTuner.rst

File metadata and controls

9 lines (6 loc) · 316 Bytes

Grid Search on NNI

Grid Search performs an exhaustive search through a manually specified subset of the hyperparameter space defined in the searchspace file.

Note that the only acceptable types within the search space are choice, quniform, and randint.