mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

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
33 lines
618 B
ReStructuredText
33 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:
|