8 Satisfying extra constraints with constrained optimization
This chapter covers
- The problem of black box optimization with constraints
- Taking constraints into account when making decisions in BayesOpt
- Implementing constraint-aware BayesOpt policies
In previous chapters, we tackled black box optimization problems in which we aimed solely to maximize the objective function, without any other considerations. This is called an unconstrained optimization problem as we are free to explore the search space to look for the global optimum of the objective function. Many real-life situations do not follow this unconstrained formulation, however, and there might be a cost associated with the objective function’s global optimum that makes the optimum ...
Get Bayesian Optimization in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.