Skip to content

Commit

Permalink
fix: Add algo supports
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed Sep 2, 2019
1 parent 3562f06 commit 47fbbf5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/proposals/suggestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,16 @@ status:
value: 4
- name: --optimizer
value: adam
```
```
## Algorithm Supports
### Grid
We can use the length of the trials to know which grid we are in. Please refer to the [implementation in advisor](https://github.com/tobegit3hub/advisor/blob/master/advisor_server/suggestion/algorithm/grid_search.py).
### Bayes Optimization
We can use skopt or the native implementation in katib to run bayes optimization.
### Hyperband

0 comments on commit 47fbbf5

Please sign in to comment.