Papers › Standard Acquisition Is Sufficient for Asynchronous Bayesian Optimization

Standard Acquisition Is Sufficient for Asynchronous Bayesian Optimization

13 Mar 2026arXiv:2603.13501added by Syntology

Ben Riegler, James Odgers, Vincent Fortuin

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Asynchronous Bayesian optimization is widely used for gradient-free optimization in domains with independent parallel experiments and varying evaluation times. Existing methods posit that standard acquisitions lead to redundant and repeated queries, proposing complex solutions to enforce diversity in queries. Challenging this fundamental premise, we show that methods, like the Upper Confidence Bound, can in fact achieve theoretical guarantees essentially equivalent to those of sequential Thompson sampling. A conceptual analysis of asynchronous Bayesian optimization reveals that existing works neglect intermediate posterior updates, which we find to be generally sufficient to avoid redundant queries. Further investigation shows that by penalizing busy locations, diversity-enforcing methods can over-explore in asynchronous settings, reducing their performance. Our extensive experiments demonstrate that simple standard acquisition functions match or outperform purpose-built asynchronous methods across synthetic and real-world tasks.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.13501")

Code

Syntology Ran 2 of 21 code samples harvested from 4 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 21 samples from 4 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

yucenli/bnn-bo found in paper text by Syntology report
QUVA-Lab/COMBO found in paper text by Syntology report
fortuinlab/SAIS-BO found in paper text by Syntology report
georgedeath/aegis found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 2 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it
19unverified

Licence: 21 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

expected_improvement QUVA-Lab/COMBO/COMBO/acquisition/acquisition_functions.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · f771f8e2d8f72ca9 · report
to_var yucenli/bnn-bo/test_functions/meta_module.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 2cddc9768ef9402a · report
bo_exp_dirname QUVA-Lab/COMBO/COMBO/utils.py found in paper text by Syntology unverified licence not identified · pointer only · b9f88fa992e341a4 · report
create_table_data georgedeath/aegis/aegis/plotting.py found in paper text by Syntology unverified MPL-2.0 (copyleft) · pointer only · f64dd4edc8935e40 · report
epsilon_chooser georgedeath/aegis/aegis/batch/aegis.py found in paper text by Syntology unverified MPL-2.0 (copyleft) · pointer only · 0d52cbda676e17e9 · report
generate_data_filename georgedeath/aegis/aegis/util.py found in paper text by Syntology unverified MPL-2.0 (copyleft) · pointer only · e94e91ec3ffde343 · report
generate_function_on_highorderbinary QUVA-Lab/COMBO/COMBO/experiments/synthetic_binary.py found in paper text by Syntology unverified licence not identified · pointer only · 81bc74a03c79aa6f · report
generate_save_filename georgedeath/aegis/aegis/util.py found in paper text by Syntology unverified MPL-2.0 (copyleft) · pointer only · 6d956e8dff8a41f1 · report
get_accept_prob yucenli/bnn-bo/models/hmc_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 8d1d71d3f2fe6325 · report
get_kinetic_energy_diff yucenli/bnn-bo/models/hmc_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 4fa93cdff1290ee1 · report
highorder_interaction_function QUVA-Lab/COMBO/COMBO/experiments/synthetic_binary.py found in paper text by Syntology unverified licence not identified · pointer only · 2c31325feb3f316d · report
leapfrog yucenli/bnn-bo/models/hmc_utils.py found in paper text by Syntology unverified no licence file found · pointer only · 0b887bbcc246b6ca · report
make_gaussian_log_likelihood yucenli/bnn-bo/models/utils.py found in paper text by Syntology unverified no licence file found · pointer only · e026319e615d0bd8 · report
make_gaussian_log_prior yucenli/bnn-bo/models/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 8a94406907cc0181 · report
pest_control_price fortuinlab/SAIS-BO/real_objectives.py found in paper text by Syntology unverified no licence file found · pointer only · a3861ab7a89adad4 · report
preprocess_network_outputs_gaussian yucenli/bnn-bo/models/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 7b954ea015f6e222 · report
read_in_results georgedeath/aegis/aegis/plotting.py found in paper text by Syntology unverified MPL-2.0 (copyleft) · pointer only · 013032bb2683e15b · report
sample_init_points QUVA-Lab/COMBO/COMBO/experiments/exp_utils.py found in paper text by Syntology unverified licence not identified · pointer only · 434fbfab564e7638 · report
scipy_objective georgedeath/aegis/aegis/batch/ThompsonSampling.py found in paper text by Syntology unverified MPL-2.0 (copyleft) · pointer only · 45e97b8c82478060 · report
str2bool fortuinlab/SAIS-BO/utils.py found in paper text by Syntology unverified no licence file found · pointer only · f3ce9b21c5477ec7 · report
unit_bounds fortuinlab/SAIS-BO/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 0a982c4d9cb9e844 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.13501, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections