2020-07-06 15:35:10 -07:00
|
|
|
Execution (tune.run, tune.Experiment)
|
|
|
|
=====================================
|
2020-03-23 12:23:21 -07:00
|
|
|
|
2020-04-25 18:25:56 -07:00
|
|
|
.. _tune-run-ref:
|
|
|
|
|
2020-03-23 12:23:21 -07:00
|
|
|
tune.run
|
|
|
|
--------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.run
|
|
|
|
|
|
|
|
tune.run_experiments
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.run_experiments
|
|
|
|
|
|
|
|
tune.Experiment
|
|
|
|
---------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.Experiment
|
|
|
|
|
2020-09-11 01:39:44 +01:00
|
|
|
tune.with_parameters
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.with_parameters
|
|
|
|
|
2020-04-25 18:25:56 -07:00
|
|
|
.. _tune-stop-ref:
|
2020-03-23 12:23:21 -07:00
|
|
|
|
|
|
|
Stopper (tune.Stopper)
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.Stopper
|
|
|
|
:members: __call__, stop_all
|
2020-09-05 15:34:53 -07:00
|
|
|
|
|
|
|
.. _tune-sync-config:
|
|
|
|
|
|
|
|
tune.SyncConfig
|
|
|
|
---------------
|
|
|
|
|
|
|
|
.. autofunction:: ray.tune.SyncConfig
|