mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
27 lines
436 B
ReStructuredText
27 lines
436 B
ReStructuredText
Training (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-stop-ref:
|
|
|
|
Stopper (tune.Stopper)
|
|
----------------------
|
|
|
|
.. autoclass:: ray.tune.Stopper
|
|
:members: __call__, stop_all
|