MLLGMar 25

Trust Region Constrained Bayesian Optimization with Penalized Constraint Handling

arXiv:2603.2456714.4h-index: 16
AI Analysis

This work addresses constrained optimization problems in high-dimensional settings for applications like engineering design, but it is incremental as it builds on existing Bayesian optimization techniques.

The paper tackles high-dimensional constrained black-box optimization by proposing a Bayesian optimization method that combines penalty-based constraint handling with a trust region strategy, achieving high-quality feasible solutions with fewer evaluations compared to state-of-the-art methods.

Constrained optimization in high-dimensional black-box settings is difficult due to expensive evaluations, the lack of gradient information, and complex feasibility regions. In this work, we propose a Bayesian optimization method that combines a penalty formulation, a surrogate model, and a trust region strategy. The constrained problem is converted to an unconstrained form by penalizing constraint violations, which provides a unified modeling framework. A trust region restricts the search to a local region around the current best solution, which improves stability and efficiency in high dimensions. Within this region, we use the Expected Improvement acquisition function to select evaluation points by balancing improvement and uncertainty. The proposed Trust Region method integrates penalty-based constraint handling with local surrogate modeling. This combination enables efficient exploration of feasible regions while maintaining sample efficiency. We compare the proposed method with state-of-the-art methods on synthetic and real-world high-dimensional constrained optimization problems. The results show that the method identifies high-quality feasible solutions with fewer evaluations and maintains stable performance across different settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes