Multi-Objective Bayesian Optimization (MOBO) is a sequential design strategy for optimizing expensive, black-box functions with multiple, often competing, objectives. It builds a probabilistic surrogate model (typically a Gaussian Process) to approximate the unknown objective functions. An acquisition function, extended for multiple objectives, then guides the selection of the next most informative point to evaluate, balancing exploration and exploitation to efficiently approximate the Pareto front.
