1: \begin{abstract}
2: 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.
3: 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.
4: We also prove theoretical convergence in the infinite budget limit.
5:
6: %however, many results in unconstrained functions show a superior performance when the impact of a sample \x into future iterations is taken into account. However, extending look-ahead BO algorithms to constraints have been largely unexplored and represents a challenging task. We propose a novel acquisition function that takes into account the one-step-look ahead impact on both the objective and constraints. We also prove theoretical convergence in the infinite budget limit and show that the proposed approach outperforms available benchmarks in different synthetic experiments.
7:
8: \end{abstract}
9: