mirror of
https://github.com/vale981/ray
synced 2025-03-09 21:06:39 -04:00
25 lines
398 B
ReStructuredText
25 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
|