ray/doc/source/tune/api_docs/execution.rst
Kai Fricke 5f04ade6ef
[tune] add more stoppers and stopper documentation (#12750)
* Add new stoppers & docs

* Add tests for maximum iteration stopper and trial plateau stopper

* Update python/ray/tune/stopper.py

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Update doc/source/tune/api_docs/stoppers.rst

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Update doc/source/tune/api_docs/stoppers.rst

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>

* Apply suggestions from code review

* Apply suggestions from code review

* Update python/ray/tune/stopper.py

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 01:47:19 -08:00

31 lines
487 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.with_parameters
--------------------
.. autofunction:: ray.tune.with_parameters
.. _tune-sync-config:
tune.SyncConfig
---------------
.. autofunction:: ray.tune.SyncConfig