ray/doc/source/tune/tutorials
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
..
BUILD [docs] sphinx gallery removal, migrate to ipynb (#22467) 2022-02-19 01:19:07 -08:00
overview.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-advanced-tutorial.rst [doc/linter] fix broken deepmind link #23542 2022-03-28 22:35:53 -07:00
tune-checkpoints.rst [tune/docs] fix typo (#25109) 2022-05-24 18:20:10 +01:00
tune-distributed.rst [docs/tune] Small fixes to tune-distributed for new restore modes (#24220) 2022-04-26 22:19:49 +01:00
tune-lifecycle.rst [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
tune-metrics.rst [spelling] Add linter rule for mis-capitalizations of RLLib -> RLlib (#23817) 2022-04-10 16:12:53 -07:00
tune-output.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-resources.rst [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
tune-scalability.rst [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-search-spaces.rst [Docs] optuna notebook (#23477) 2022-03-25 09:04:53 +01:00
tune-stopping.rst Revert "Revert "[tune] Also interrupt training when SIGUSR1 received"" (#24101) 2022-04-22 11:27:38 +01:00