mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 09:57:46 +08:00
62d0698097
This PR introduces the following changes: * Ray Tune -> Tune * [breaking] Creation of `schedulers/`, moving PBT, HyperBand into a submodule * [breaking] Search Algorithms now must take in experiment configurations via `add_configurations` rather through initialization * Support `"run": (function | class | str)` with automatic registering of trainable * Documentation Changes
34 lines
618 B
ReStructuredText
34 lines
618 B
ReStructuredText
Tune Package Reference
|
|
=======================
|
|
|
|
ray.tune
|
|
--------
|
|
|
|
.. automodule:: ray.tune
|
|
:members:
|
|
:exclude-members: TuneError, Trainable
|
|
|
|
.. autoclass:: ray.tune.Trainable
|
|
:members:
|
|
:private-members:
|
|
|
|
ray.tune.schedulers
|
|
-------------------
|
|
|
|
.. automodule:: ray.tune.schedulers
|
|
:members:
|
|
:show-inheritance:
|
|
|
|
ray.tune.suggest
|
|
----------------
|
|
|
|
.. automodule:: ray.tune.suggest
|
|
:members:
|
|
:exclude-members: function, grid_search, SuggestionAlgorithm
|
|
:show-inheritance:
|
|
|
|
.. autoclass:: ray.tune.suggest.SuggestionAlgorithm
|
|
:members:
|
|
:private-members:
|
|
:show-inheritance:
|