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

* moveit * moveit * docstrings to ref * Update tune-usage.rst Co-authored-by: Sven Mika <sven@anyscale.io>
24 lines
398 B
ReStructuredText
24 lines
398 B
ReStructuredText
Training (tune.run, tune.Experiment)
|
|
====================================
|
|
|
|
tune.run
|
|
--------
|
|
|
|
.. autofunction:: ray.tune.run
|
|
|
|
tune.run_experiments
|
|
--------------------
|
|
|
|
.. autofunction:: ray.tune.run_experiments
|
|
|
|
tune.Experiment
|
|
---------------
|
|
|
|
.. autofunction:: ray.tune.Experiment
|
|
|
|
|
|
Stopper (tune.Stopper)
|
|
----------------------
|
|
|
|
.. autoclass:: ray.tune.Stopper
|
|
:members: __call__, stop_all
|