Awesome Auto Research Hub Papers · Datasets · Projects
← Back to papers

LLaMEA-BO: A Large Language Model Evolutionary Algorithm for Automatically Generating Bayesian Optimization Algorithms

arXiv 2025 58.4 method

TLDR

LLM evolutionary algorithm automatically generates Bayesian optimization code, outperforming baselines on benchmark functions.

Reasoning

The paper presents a novel method using LLMs with evolution strategies to generate BO algorithms, showing strong empirical results on standard benchmarks. However, it lacks real-world validation and focuses narrowly on BO algorithm generation, limiting generalizability.

Read-first score

Read-first score 58.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 46.

Recency 8%
86.7

Uses a gentle age decay so recent papers surface without erasing older foundations. 2025

Reproducibility 25%
81

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=code,github

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=baseline,benchmark

Topical relevance 42%
38.3

Uses existing LLM keyword relevance scores normalized to 0-100. AI scientist,automated scientific discovery,autonomous research agent,automated research,literature review agent,survey generation,automated experimentation,experiment design agent,AI for scientific research,paper writing agent,research automation,scientific discovery agent

Field roles

FrontierReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 92.

Keyword Scores

automated scientific discovery
7
AI for scientific research
7
automated research
6
research automation
6
AI scientist
5
scientific discovery agent
5
automated experimentation
4
autonomous research agent
3
experiment design agent
3
literature review agent
0
survey generation
0
paper writing agent
0

Deep Analysis

Innovations

  • Using LLMs to automatically generate full Bayesian optimization algorithm code (initial design, surrogate model, acquisition function) rather than just components or non-BO algorithms.
  • An evolutionary framework (LLaMEA-BO) that iteratively refines LLM-generated BO algorithms through selection, combination, and mutation via controlled prompt variations.
  • Demonstrating that LLM-generated BO algorithms can outperform state-of-the-art baselines without any fine-tuning of the LLM.

Methodology

The framework uses an evolution strategy where an LLM generates multiple candidate BO algorithms in Python, preserving key components. Candidates are evaluated on the BBOB test suite, and top performers are selected, combined, and mutated via prompt variations for iterative refinement.

Key Results

LLM-generated algorithms outperform state-of-the-art BO baselines on 19 out of 24 BBOB functions in dimension 5 and generalize well to higher dimensions and different tasks (Bayesmark).

Tags

LGNE