mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:54:27 +08:00
5f04ade6ef
* 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>
32 lines
487 B
ReStructuredText
32 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
|