LGOCMLApr 11, 2025

Surrogate-based optimization of system architectures subject to hidden constraints

arXiv:2504.08721v18 citationsh-index: 15Has CodeAIAA AVIATION FORUM AND ASCEND 2024
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in engineering design optimization where failed simulations hinder surrogate-based methods, offering an incremental improvement for domain applications.

The paper tackles the challenge of optimizing system architectures when simulations can fail (hidden constraints), by developing a Bayesian Optimization method that predicts the Probability of Viability and selects points above a threshold, enabling solution of a jet engine problem with a 50% failure rate that was previously unsolvable.

The exploration of novel architectures requires physics-based simulation due to a lack of prior experience to start from, which introduces two specific challenges for optimization algorithms: evaluations become more expensive (in time) and evaluations might fail. The former challenge is addressed by Surrogate-Based Optimization (SBO) algorithms, in particular Bayesian Optimization (BO) using Gaussian Process (GP) models. An overview is provided of how BO can deal with challenges specific to architecture optimization, such as design variable hierarchy and multiple objectives: specific measures include ensemble infills and a hierarchical sampling algorithm. Evaluations might fail due to non-convergence of underlying solvers or infeasible geometry in certain areas of the design space. Such failed evaluations, also known as hidden constraints, pose a particular challenge to SBO/BO, as the surrogate model cannot be trained on empty results. This work investigates various strategies for satisfying hidden constraints in BO algorithms. Three high-level strategies are identified: rejection of failed points from the training set, replacing failed points based on viable (non-failed) points, and predicting the failure region. Through investigations on a set of test problems including a jet engine architecture optimization problem, it is shown that best performance is achieved with a mixed-discrete GP to predict the Probability of Viability (PoV), and by ensuring selected infill points satisfy some minimum PoV threshold. This strategy is demonstrated by solving a jet engine architecture problem that features at 50% failure rate and could not previously be solved by a BO algorithm. The developed BO algorithm and used test problems are available in the open-source Python library SBArchOpt.

Code Implementations1 repo
Foundations

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

Your Notes