mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 00:55:31 +08:00
e311013afd
* moveit * moveit * docstrings to ref * Update tune-usage.rst Co-authored-by: Sven Mika <sven@anyscale.io>
47 lines
629 B
ReStructuredText
47 lines
629 B
ReStructuredText
Grid/Random Search
|
|
==================
|
|
|
|
.. _tune-sample-docs:
|
|
|
|
Random Distributions
|
|
--------------------
|
|
|
|
tune.randn
|
|
~~~~~~~~~~
|
|
|
|
.. autofunction:: ray.tune.randn
|
|
|
|
tune.loguniform
|
|
~~~~~~~~~~~~~~~
|
|
|
|
.. autofunction:: ray.tune.loguniform
|
|
|
|
tune.uniform
|
|
~~~~~~~~~~~~
|
|
|
|
.. autofunction:: ray.tune.uniform
|
|
|
|
tune.choice
|
|
~~~~~~~~~~~
|
|
|
|
.. autofunction:: ray.tune.choice
|
|
|
|
tune.sample_from
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ray.tune.sample_from
|
|
|
|
Grid Search
|
|
-----------
|
|
|
|
tune.grid_search
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
.. autofunction:: ray.tune.grid_search
|
|
|
|
|
|
BasicVariantGenerator
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. autoclass:: ray.tune.suggest.BasicVariantGenerator
|