ray/doc/source/tune/examples
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
..
includes [tune] Remove DurableTrainable class (#25405) 2022-06-03 10:16:02 +01:00
ax_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
bayesopt_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
bohb_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
BUILD [CI] Run doc notebooks in CI (#24816) 2022-05-17 09:50:42 +01:00
dragonfly_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
flaml_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
hebo_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
horovod_simple.ipynb [AIR/Train] Move ray.air.train to ray.train (#25570) 2022-06-08 21:34:18 -07:00
hyperopt_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
index.rst [docs] Tune examples better navigation, minor fixes (#24733) 2022-05-13 14:39:18 +01:00
lightgbm_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
mxnet_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
nevergrad_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
optuna_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
pbt_ppo_example.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
pbt_transformers.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
sigopt_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
skopt_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00
tune-comet.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-mlflow.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-pytorch-cifar.ipynb [tune/train] Consolidate checkpoint manager 3: Ray Tune (#24430) 2022-06-08 12:05:34 +01:00
tune-pytorch-lightning.ipynb [docs] Core docs refactor (#23216) 2022-03-17 11:26:17 -07:00
tune-serve-integration-mnist.ipynb [tune/train] Consolidate checkpoint manager 3: Ray Tune (#24430) 2022-06-08 12:05:34 +01:00
tune-sklearn.ipynb run code in browser (#22727) 2022-03-02 10:27:00 +01:00
tune-wandb.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune-xgboost.ipynb [docs] Tune overhaul part II (#22656) 2022-02-26 23:07:34 -08:00
tune_mnist_keras.ipynb Fix broken links in documentation and put linkcheck linter in place on CI (#23340) 2022-03-18 21:02:52 -07:00
zoopt_example.ipynb [tune/structure] Refactor suggest into search package (#26074) 2022-06-25 14:55:30 +01:00