Other Examples#
- tune_basic_example: Simple example for doing a basic random and grid search. 
- Asynchronous HyperBand Example: Example of using a simple tuning function with AsyncHyperBandScheduler. 
- HyperBand Function Example: Example of using a Trainable function with HyperBandScheduler. Also uses the AsyncHyperBandScheduler. 
- Visualizing Population Based Training (PBT) Hyperparameter Optimization: Configuring and running (synchronous) PBT and understanding the underlying algorithm behavior with a simple example. 
- PBT Function Example: Example of using the function API with a PopulationBasedTraining scheduler. 
- PB2 Example: Example of using the Population-based Bandits (PB2) scheduler. 
- Logging Example: Example of custom loggers and custom trial directory naming.