paper-with-me

Papers

Multi-Agent Bayesian Optimization with Coupled Black-Box and Affine Constraints

2023-10-02 · Wenjie Xu, Yuning Jiang, Bratislav Svetozarevic, Colin N. Jones

This paper studies the problem of distributed multi-agent Bayesian optimization with both coupled black-box constraints and known affine constraints. A primal-dual distributed algorithm is proposed that achieves similar regret/violation bounds as those in the single-agent case for the black-box objective and constraint functions. Additionally, the algorithm guarantees an $\mathcal{O}(N\sqrt{T})$ bound on the cumulative violation for the known affine constraints, where $N$ is the number of agents. Hence, it is ensured that the average of the samples satisfies the affine constraints up to the error $\mathcal{O}({N}/{\sqrt{T}})$. Furthermore, we characterize certain conditions under which our algorithm can bound a stronger metric of cumulative violation and provide best-iterate convergence without affine constraint. The method is then applied to both sampled instances from Gaussian processes and a real-world optimal power allocation problem for wireless communication; the results show that our method simultaneously provides close-to-optimal performance and maintains minor violations on average, corroborating our theoretical analysis.

📄 PDF Abstract BibTeX arXiv:2310.00962

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationGaussian Processes

Similar Papers 제목 키워드 기반

Federated Bayesian Optimization via Thompson Sampling

2020-10-20 · NeurIPS 2020 12 · Zhongxiang Dai, Kian Hsiang Low, Patrick Jaillet

Bayesian optimization (BO) is a prominent approach to optimizing expensive-to-evaluate black-box functions. The massive computational capability of edge devices such as mobile phones, coupled with privacy concerns, has l…

Bayesian OptimizationComputational EfficiencyFederated LearningThompson Sampling

Multiple Adaptive Bayesian Linear Regression for Scalable Bayesian Optimization with Warm Start

2017-12-08 · Valerio Perrone, Rodolphe Jenatton, Matthias Seeger, Cedric Archambeau

Bayesian optimization (BO) is a model-based approach for gradient-free black-box function optimization. Typically, BO is powered by a Gaussian process (GP), whose algorithmic complexity is cubic in the number of evaluati…

Bayesian OptimizationBIG-bench Machine Learningregression

Distributed Thompson sampling under constrained communication

2024-10-21 · Saba Zerefa, Zhaolin Ren, Haitong Ma, Na Li

In Bayesian optimization, a black-box function is maximized via the use of a surrogate model. We apply distributed Thompson sampling, using a Gaussian process as a surrogate model, to approach the multi-agent Bayesian op…

Bayesian OptimizationThompson Sampling

Improved Max-value Entropy Search for Multi-objective Bayesian Optimization with Constraints

2020-11-02 · Daniel Fernández-Sánchez, Eduardo C. Garrido-Merchán, Daniel Hernández-Lobato

We present MESMOC+, an improved version of Max-value Entropy search for Multi-Objective Bayesian optimization with Constraints (MESMOC). MESMOC+ can be used to solve constrained multi-objective problems when the objectiv…

Bayesian Optimization

Agentic Monte Carlo: Simulating Reinforcement Learning for Black-Box Agents

2026-06-03 · Dae Yon Hwang, Raunaq Suri, Valentin Villecroze, Anthony L. Caterini 외 arxiv

LLM agents operate in two distinct regimes: open-weight agents amenable to reinforcement learning (RL) and black-box agents whose behaviour must be controlled purely at test time. Although black-box agents are often back…

Reinforcement LearningBayesian Inference