paper-with-me

Papers

Bayesian Optimisation for Constrained Problems

2021-05-27 · Juan Ungredda, Juergen Branke

Many real-world optimisation problems such as hyperparameter tuning in machine learning or simulation-based optimisation can be formulated as expensive-to-evaluate black-box functions. A popular approach to tackle such problems is Bayesian optimisation (BO), which builds a response surface model based on the data collected so far, and uses the mean and uncertainty predicted by the model to decide what information to collect next. In this paper, we propose a novel variant of the well-known Knowledge Gradient acquisition function that allows it to handle constraints. We empirically compare the new algorithm with four other state-of-the-art constrained Bayesian optimisation algorithms and demonstrate its superior performance. We also prove theoretical convergence in the infinite budget limit.

📄 PDF Abstract BibTeX arXiv:2105.13245

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimisation

Similar Papers 제목 키워드 기반

An Empirical Study on Ensemble-Based Transfer Learning Bayesian Optimisation with Mixed Variable Types

2026-01-22 · Natasha Trinkle, Huong Ha, Jeffrey Chan arxiv

Bayesian optimisation is a sample efficient method for finding a global optimum of expensive black-box objective functions. Historic datasets from related problems can be exploited to help improve performance of Bayesian…

Transfer Learning

Return of the Latent Space COWBOYS: Re-thinking the use of VAEs for Bayesian Optimisation of Structured Spaces

2025-07-05 · Henry B. Moss, Sebastian W. Ober, Tom Diethe arxiv

Bayesian optimisation in the latent space of a Variational AutoEncoder (VAE) is a powerful framework for optimisation tasks over complex structured domains, such as the space of scientifically interesting molecules. Howe…

Learning Rate Free Bayesian Inference in Constrained Domains

2023-09-21 · NeurIPS 2023 11

We introduce a suite of new particle-based algorithms for sampling on constrained domains which are entirely learning rate free. Our approach leverages coin betting ideas from convex optimisation, and the viewpoint of co…

Intrinsic Bayesian Optimisation on Complex Constrained Domain

2023-01-29 · YuAn Liu, Mu Niu, Claire Miller

Motivated by the success of Bayesian optimisation algorithms in the Euclidean space, we propose a novel approach to construct Intrinsic Bayesian optimisation (In-BO) on manifolds with a primary focus on complex constrain…

Bayesian OptimisationGaussian Processes

Nonmyopic Global Optimisation via Approximate Dynamic Programming

2024-12-06 · Filippo Airaldi, Bart De Schutter, Azita Dabiri

Unconstrained global optimisation aims to optimise expensive-to-evaluate black-box functions without gradient information. Bayesian optimisation, one of the most well-known techniques, typically employs Gaussian processe…

Bayesian OptimisationGaussian ProcessesSequential Decision Making