mirror of
https://github.com/wassname/ray.git
synced 2026-09-09 11:32:43 +08:00
[tune] Update trainable docs and support hparams (#5558)
This commit is contained in:
@@ -84,6 +84,7 @@ class BasicVariantGenerator(SearchAlgorithm):
|
||||
spec,
|
||||
output_path,
|
||||
self._parser,
|
||||
evaluated_params=resolved_vars,
|
||||
experiment_tag=experiment_tag)
|
||||
|
||||
def is_finished(self):
|
||||
|
||||
@@ -98,6 +98,7 @@ class SuggestionAlgorithm(SearchAlgorithm):
|
||||
spec,
|
||||
output_path,
|
||||
self._parser,
|
||||
evaluated_params=list(suggested_config),
|
||||
experiment_tag=tag,
|
||||
trial_id=trial_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user