Skip to content

Commit

Permalink
[Tune][Docs] Remove missing example from Tune "Other examples" (ray-p…
Browse files Browse the repository at this point in the history
…roject#36691)

Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
bveeramani authored and arvind-chandra committed Aug 31, 2023
1 parent e9e47e3 commit e811356
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/source/tune/examples/other-examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ Other Examples
Example of using the function API with a PopulationBasedTraining scheduler.
- :doc:`/tune/examples/includes/pb2_example`: Example of using the Population-based Bandits (PB2) scheduler.
- :doc:`/tune/examples/includes/logging_example`: Example of custom loggers and custom trial directory naming.
- :doc:`/tune/examples/includes/genetic_example`: Optimizing the Michalewicz function using the contributed
GeneticSearch algorithm with AsyncHyperBandScheduler.
1 change: 0 additions & 1 deletion python/ray/tune/examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ Contributed Examples
--------------------

- `pbt_tune_cifar10_with_keras <https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/pbt_tune_cifar10_with_keras.py>`__: A contributed example of tuning a Keras model on CIFAR10 with the PopulationBasedTraining scheduler.
- `genetic_example <https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/genetic_example.py>`__: Optimizing the michalewicz function using the contributed GeneticSearch search algorithm with AsyncHyperBandScheduler.
- `tune_cifar10_gluon <https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/tune_cifar10_gluon.py>`__: MXNet Gluon example to use Tune with the function-based API on CIFAR-10 dataset.
- `hyperopt_conditional_search_space_example <https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/hyperopt_conditional_search_space_example.py>`__: Conditional search space example using HyperOpt.

0 comments on commit e811356

Please sign in to comment.