mirror of
https://github.com/wassname/ray.git
synced 2026-07-26 13:37:24 +08:00
* create guide gallery for Tune * mods * ok * fix * fix_up_gallery * ok * Apply suggestions from code review Co-Authored-By: Sven Mika <sven@anyscale.io> * Apply suggestions from code review Co-Authored-By: Sven Mika <sven@anyscale.io> Co-authored-by: Sven Mika <sven@anyscale.io>
39 lines
1.0 KiB
ReStructuredText
39 lines
1.0 KiB
ReStructuredText
Tune Guides and Tutorials
|
|
=========================
|
|
|
|
|
|
Tune takes a user-defined Python function or class and evaluates it on a set of hyperparameter configurations.
|
|
|
|
Each hyperparameter configuration evaluation is called a *trial*, and multiple trials are run in parallel. Configurations are either generated by Tune or drawn from a user-specified **search algorithm**. The trials are scheduled and managed by a **trial scheduler**.
|
|
|
|
.. image:: /images/tune-api.svg
|
|
|
|
|
|
.. customgalleryitem::
|
|
:tooltip: Getting started with Tune.
|
|
:figure: /images/tune.png
|
|
:description: :doc:`plot_tune-tutorial`
|
|
|
|
.. customgalleryitem::
|
|
:tooltip: A simple guide to Population-based Training
|
|
:figure: /images/tune-pbt-small.png
|
|
:description: :doc:`plot_tune-advanced-tutorial`
|
|
|
|
.. customgalleryitem::
|
|
:tooltip: Distributed Tuning
|
|
:figure: /images/tune.png
|
|
:description: :doc:`plot_tune-distributed`
|
|
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
plot_tune-tutorial.rst
|
|
plot_tune-advanced-tutorial.rst
|
|
plot_tune-distributed.rst
|
|
|
|
|
|
|
|
.. :figure: /images/param_actor.png
|
|
|