mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00

Signed-off-by: Kai Fricke coding@kaifricke.com Why are these changes needed? Splitting up #26884: This PR includes changes to use Tuner() instead of tune.run() for most docs files (rst and py), and a change to move reuse_actors to the TuneConfig
26 lines
393 B
ReStructuredText
26 lines
393 B
ReStructuredText
Execution (Tuner, tune.Experiment)
|
|
=====================================
|
|
|
|
.. _tune-run-ref:
|
|
|
|
Tuner
|
|
-----
|
|
|
|
.. autofunction:: ray.tune.Tuner
|
|
|
|
tune.run_experiments
|
|
--------------------
|
|
|
|
.. autofunction:: ray.tune.run_experiments
|
|
|
|
tune.Experiment
|
|
---------------
|
|
|
|
.. autofunction:: ray.tune.Experiment
|
|
|
|
.. _tune-sync-config:
|
|
|
|
tune.SyncConfig
|
|
---------------
|
|
|
|
.. autofunction:: ray.tune.SyncConfig
|