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