Local Constrained Bayesian Optimization
Abstract
Lay Summary
Many important design problems are like tuning a complicated machine: each test is costly, there are many knobs to adjust, and the final design must obey safety or physical limits. As the number of variables grows, global Bayesian optimization methods often struggle because they must search too broadly across a vast design space. Existing local methods based on “trust regions” try to address this issue by focusing the search on smaller neighborhoods, but they can still be too rigid when the constraints are tight or complex. We propose Local Constrained Bayesian Optimization (LCBO), a method that focuses the search near the current promising design without relying on a rigid search box. LCBO alternates between two simple steps: collecting nearby measurements that best reduce uncertainty about how the objective and constraints change, and then taking a local improvement step using this learned information. In theory, its progress depends more gently on the number of variables than standard global approaches. In experiments on synthetic, engineering, and robotic-control tasks, LCBO finds better feasible solutions with fewer evaluations than strong existing methods.