paper-with-me

홈 › Papers

A unified surrogate-based scheme for black-box and preference-based optimization

2022-02-03 · Davide Previtali, Mirko Mazzoleni, Antonio Ferramosca, Fabio Previdi

Black-box and preference-based optimization algorithms are global optimization procedures that aim to find the global solutions of an optimization problem using, respectively, the least amount of function evaluations or sample comparisons as possible. In the black-box case, the analytical expression of the objective function is unknown and it can only be evaluated through a (costly) computer simulation or an experiment. In the preference-based case, the objective function is still unknown but it corresponds to the subjective criterion of an individual. So, it is not possible to quantify such criterion in a reliable and consistent way. Therefore, preference-based optimization algorithms seek global solutions using only comparisons between couples of different samples, for which a human decision-maker indicates which of the two is preferred. Quite often, the black-box and preference-based frameworks are covered separately and are handled using different techniques. In this paper, we show that black-box and preference-based optimization problems are closely related and can be solved using the same family of approaches, namely surrogate-based methods. Moreover, we propose the generalized Metric Response Surface (gMRS) algorithm, an optimization scheme that is a generalization of the popular MSRS framework. Finally, we provide a convergence proof for the proposed optimization method.

📄 PDF Abstract BibTeX arXiv:2202.01468

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimization

Similar Papers 제목 키워드 기반

GLISp-r: A preference-based optimization algorithm with convergence guarantees

2022-02-02 · Davide Previtali, Mirko Mazzoleni, Antonio Ferramosca, Fabio Previdi

Preference-based optimization algorithms are iterative procedures that seek the optimal calibration of a decision vector based only on comparisons between couples of different tunings. At each iteration, a human decision…

Meta-Black-Box Optimization with Ensemble Surrogate Modeling for Robustness-Accuracy Trade-off within SAEA

2026-05-30 · Xiao Jin, Yongxiong Wang, Haobo Liu, Yudong Du 외 arxiv

Surrogate-assisted evolutionary algorithms (SAEAs) have been widely used for expensive black-box optimization problems. However, their reliance on rigid and manually designed components limits their flexibility and gener…

Reinforcement LearningEnsemble Learning

Bayesian Optimization with Preference Exploration by Monotonic Neural Network Ensemble

2025-01-30 · HanYang Wang, Juergen Branke, Matthias Poloczek

Many real-world black-box optimization problems have multiple conflicting objectives. Rather than attempting to approximate the entire set of Pareto-optimal solutions, interactive preference learning allows to focus the …

Bayesian Optimization

Poisson Process for Bayesian Optimization

2024-02-05 · Xiaoxing Wang, Jiaxing Li, Chao Xue, Wei Liu 외

BayesianOptimization(BO) is a sample-efficient black-box optimizer, and extensive methods have been proposed to build the absolute function response of the black-box function through a probabilistic surrogate model, incl…

Bayesian OptimizationHyperparameter OptimizationNeural Architecture SearchSMAC+1

Optimization with First-Order Surrogate Functions

2013-05-14 · Julien Mairal

In this paper, we study optimization methods consisting of iteratively minimizing surrogates of an objective function. By proposing several algorithmic variants and simple convergence analyses, we make two main contribut…

BIG-bench Machine Learning