"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "822556b711f235456c5c007f3c30153ed437e9da"
Unverified Commit 55f6c9e3 authored by QuanluZhang's avatar QuanluZhang Committed by GitHub
Browse files

update doc of builtin tuners (#62)

* update doc

* update doc

* update doc

* update hyperopt installation

* update doc

* update doc

* update description in setup.py

* update setup.py

* modify encoding

* encoding

* add encoding

* remove pymc3

* update doc

* update builtin tuner spec
parent 66418675
......@@ -44,16 +44,19 @@ Here is an example:
```
# config.yaml
tuner:
tunerName: TPE
optimizationMode: Maximize
# choice: TPE, Random, Anneal, Evolution, ...
builtinTunerName: TPE
classArgs:
# choice: maximize, minimize
optimize_mode: maximize
```
There are two filed you need to set:
```tunerName``` and ```optimizationMode```.
```builtinTunerName``` and ```optimize_mode```.
tunerName: TPE / Random / Anneal / Evolution
optimizationMode: Maximize / Minimize
builtinTunerName: TPE / Random / Anneal / Evolution
optimize_mode: maximize / minimize
[1]: https://papers.nips.cc/paper/4443-algorithms-for-hyper-parameter-optimization.pdf
......
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