mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* 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>
31 lines
487 B
ReStructuredText
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
|