paper-with-me

Papers

LLaMEA: A Large Language Model Evolutionary Algorithm for Automatically Generating Metaheuristics

2024-05-30 · Niki van Stein, Thomas Bäck

Large Language Models (LLMs) such as GPT-4 have demonstrated their ability to understand natural language and generate complex code snippets. This paper introduces a novel Large Language Model Evolutionary Algorithm (LLaMEA) framework, leveraging GPT models for the automated generation and refinement of algorithms. Given a set of criteria and a task definition (the search space), LLaMEA iteratively generates, mutates and selects algorithms based on performance metrics and feedback from runtime evaluations. This framework offers a unique approach to generating optimized algorithms without requiring extensive prior expertise. We show how this framework can be used to generate novel black-box metaheuristic optimization algorithms automatically. LLaMEA generates multiple algorithms that outperform state-of-the-art optimization algorithms (Covariance Matrix Adaptation Evolution Strategy and Differential Evolution) on the five dimensional black box optimization benchmark (BBOB). The algorithms also show competitive performance on the 10- and 20-dimensional instances of the test functions, although they have not seen such instances during the automated generation process. The results demonstrate the feasibility of the framework and identify future directions for automated generation and optimization of algorithms via LLMs.

📄 PDF Abstract BibTeX arXiv:2405.20132

Code (2)

nikivanstein/LLaMEA 공식 구현
XAI-liacs/BLADE

Tasks

Language ModelingLanguage ModellingLarge Language ModelMetaheuristic Optimization

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Optimizing Photonic Structures with Large Language Model Driven Algorithm Discovery

2025-03-25 · Haoran Yin, Anna V. Kononova, Thomas Bäck, Niki van Stein

We study how large language models can be used in combination with evolutionary computation techniques to automatically discover optimization algorithms for the design of photonic structures. Building on the Large Langua…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

In-the-loop Hyper-Parameter Optimization for LLM-Based Automated Design of Heuristics

2024-10-07 · Niki van Stein, Diederick Vermetten, Thomas Bäck

Large Language Models (LLMs) have shown great potential in automatically generating and optimizing (meta)heuristics, making them valuable tools in heuristic optimization tasks. However, LLMs are generally inefficient whe…

Code GenerationCode SearchLanguage ModellingLarge Language Model

LLaMEA-SAGE: Guiding Automated Algorithm Design with Structural Feedback from Explainable AI

2026-01-29 · Niki van Stein, Anna V. Kononova, Lars Kotthoff, Thomas Bäck arxiv

Large language models have enabled automated algorithm design (AAD) by generating optimization algorithms directly from natural-language prompts. While evolutionary frameworks such as LLaMEA demonstrate strong explorator…

Code Generation

Behaviour Space Analysis of LLM-driven Meta-heuristic Discovery

2025-07-04 · Niki van Stein, Haoran Yin, Anna V. Kononova, Thomas Bäck 외

We investigate the behaviour space of meta-heuristic optimisation algorithms automatically generated by Large Language Model driven algorithm discovery methods. Using the Large Language Evolutionary Algorithm (LLaMEA) fr…

Large Language Model

Controlling the Mutation in Large Language Models for the Efficient Evolution of Algorithms

2024-12-04 · Haoran Yin, Anna V. Kononova, Thomas Bäck, Niki van Stein

The integration of Large Language Models (LLMs) with evolutionary computation (EC) has introduced a promising paradigm for automating the design of metaheuristic algorithms. However, existing frameworks, such as the Larg…

Language ModelingLanguage ModellingLarge Language Model