ray/doc/source/tune/api_docs/execution.rst
Kai Fricke 8fe439998e
[air/tuner/docs] Update docs for Tuner() API 1: RSTs, docs, move reuse_actors (#26930)
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
2022-07-24 07:45:24 -07:00

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