mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

* [tune] make `tune.with_parameters()` work with the class API * Update python/ray/tune/utils/trainable.py Co-authored-by: Richard Liaw <rliaw@berkeley.edu> Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
26 lines
400 B
ReStructuredText
26 lines
400 B
ReStructuredText
Execution (tune.run, tune.Experiment)
|
|
=====================================
|
|
|
|
.. _tune-run-ref:
|
|
|
|
tune.run
|
|
--------
|
|
|
|
.. autofunction:: ray.tune.run
|
|
|
|
tune.run_experiments
|
|
--------------------
|
|
|
|
.. autofunction:: ray.tune.run_experiments
|
|
|
|
tune.Experiment
|
|
---------------
|
|
|
|
.. autofunction:: ray.tune.Experiment
|
|
|
|
.. _tune-sync-config:
|
|
|
|
tune.SyncConfig
|
|
---------------
|
|
|
|
.. autofunction:: ray.tune.SyncConfig
|