ray/doc/source/tune
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
..
api_docs [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
doc_code [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
examples [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
images [Train] Fully deprecate Ray SGD v1 (#24038) 2022-04-25 16:12:57 -07:00
tutorials [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
faq.rst [tune/structure] Introduce execution package (#26015) 2022-06-23 11:13:19 +01:00
getting-started.rst [docs] Remove bad suggestions to use local_mode or num_cpus in init (#24827) 2022-05-17 12:55:04 -07:00
index.rst [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
key-concepts.rst [doc/linter] fix broken deepmind link #23542 2022-03-28 22:35:53 -07:00