[tune] Update trainable docs and support hparams (#5558)

This commit is contained in:
Richard Liaw
2019-09-04 12:44:42 -07:00
committed by Eric Liang
parent 3ea9062419
commit 34f6d2fc5c
12 changed files with 269 additions and 113 deletions
+1
View File
@@ -84,6 +84,7 @@ class BasicVariantGenerator(SearchAlgorithm):
spec,
output_path,
self._parser,
evaluated_params=resolved_vars,
experiment_tag=experiment_tag)
def is_finished(self):
+1
View File
@@ -98,6 +98,7 @@ class SuggestionAlgorithm(SearchAlgorithm):
spec,
output_path,
self._parser,
evaluated_params=list(suggested_config),
experiment_tag=tag,
trial_id=trial_id)