From f65c34d3f617838f243c10b6169991db091a4139 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Sat, 31 Aug 2019 16:51:53 +0800 Subject: [PATCH] fix: Add algo supports Signed-off-by: Ce Gao --- docs/proposals/suggestion.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/proposals/suggestion.md b/docs/proposals/suggestion.md index 8eae4ca0d09..929bf7cce05 100644 --- a/docs/proposals/suggestion.md +++ b/docs/proposals/suggestion.md @@ -406,4 +406,16 @@ status: value: 4 - name: --optimizer value: adam -``` \ No newline at end of file +``` + +## 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 \ No newline at end of file