ray/doc/source/tune/api_docs
Kai Fricke 75d08b0632
[tune/structure] Refactor suggest into search package (#26074)
This PR renames the `suggest` package to `search` and alters the layout slightly.

In the new package, the higher-level abstractions are on the top level and the search algorithms have their own subdirectories.

In a future refactor, we can turn algorithms such as PBT into actual `SearchAlgorithm` classes and move them into the `search` package. 

The main reason to keep algorithms and searchers in the same directory is to avoid user confusion - for a user, `Bayesopt` is as much a search algorithm as e.g. `PBT`, so it doesn't make sense to split them up.
2022-06-25 14:55:30 +01:00
..
analysis.rst [tune] Next deprecation cycle (#24076) 2022-04-26 09:30:15 +01:00
cli.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
client.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
env.rst [tune] Refactor Syncer / deprecate Sync client (#25655) 2022-06-14 14:46:30 +02:00
execution.rst Revert "[docs] Clean up doc structure (first part) (#21667)" (#21763) 2022-01-20 15:30:56 -08:00
integration.rst [tune] Refactor Syncer / deprecate Sync client (#25655) 2022-06-14 14:46:30 +02:00
internals.rst [tune/structure] Introduce execution package (#26015) 2022-06-23 11:13:19 +01:00
logging.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
overview.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
reporters.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
schedulers.rst [ci/docs] Fix broken linkcheck URL (#24777) 2022-05-13 15:58:36 +01:00
search_space.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
sklearn.rst Revert "[docs] Clean up doc structure (first part) (#21667)" (#21763) 2022-01-20 15:30:56 -08:00
stoppers.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
suggestion.rst [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
trainable.rst [tune/train] Consolidate checkpoint manager 3: Ray Tune (#24430) 2022-06-08 12:05:34 +01:00