December 2023
Intermediate to advanced
424 pages
12h 28m
English
The BayesOpt loop we have learned represents a wide range of optimization problems. However, real-life scenarios often don’t follow this highly idealized model. What if you can run multiple function evaluations at the same time, which is common in hyperparameter tuning applications where multiple GPUs are available? What if you have multiple, competing objectives you’d like to optimize for? This part presents some of the most common optimization scenarios you might encounter in the real world and discusses how to extend BayesOpt to these settings.
To increase throughput, many settings allow experiments to run in parallel. Chapter 7 introduces the batch BayesOpt framework, in which ...
Read now
Unlock full access