paper-with-me

Papers

An Evolutionary Framework for Automatic Optimization Benchmark Generation via Large Language Models

2026-01-19 · Yuhiro Ono, Tomohiro Harada, Yukiya Miura arxiv

Optimization benchmarks play a fundamental role in assessing algorithm performance; however, existing artificial benchmarks often fail to capture the diversity and irregularity of real-world problem structures, while benchmarks derived from real-world problems are costly and difficult to construct. To address these challenges, we propose an evolutionary automatic benchmark generation framework that leverages a large language model (LLM) as a generative operator, termed the LLM-driven evolutionary benchmark generator (LLM-EBG). In this framework, the LLM serves as an evolutionary operator that generates and evolves benchmark problems within a flexible, expressive representation space. As a case study, we generate unconstrained single-objective continuous minimization problems represented as mathematical expressions designed to induce significant performance differences between a genetic algorithm (GA) and differential evolution (DE). Experimental results show that LLM-EBG successfully produces benchmark problems in which the designated target algorithm consistently outperforms the comparative algorithm in more than 80\% of trials. Furthermore, exploratory landscape analysis reveals that benchmarks favoring GA are highly sensitive to variable scaling, demonstrating that the proposed framework can generate problems with distinct geometric characteristics that reflect the intrinsic search behaviors of different optimization algorithms.

📄 PDF Abstract BibTeX arXiv:2601.12723

Code (0)

등록된 구현이 없습니다.

Similar 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 (LLa…

Language ModelingLanguage ModellingLarge Language ModelMetaheuristic Optimization

SEMAG: Self-Evolutionary Multi-Agent Code Generation

2026-03-16 · Yulin Peng, Haowen Hou, Xinxin Zhu, Ying Tiffany He 외 arxiv

Large Language Models (LLMs) have made significant progress in handling complex programming tasks. However, current methods rely on manual model selection and fixed workflows, which limit their ability to adapt to changi…

Code Generation

Evolutionary Generative Optimization: Towards Fully Data-Driven Evolutionary Optimization via Generative Learning

2025-08-01 · Tao Jiang, Kebin Sun, Zhenyu Liang, Ran Cheng 외 arxiv

Recent advances in data-driven evolutionary algorithms (EAs) have demonstrated the potential of leveraging historical data to improve optimization accuracy and adaptability. Despite these advancements, existing methods r…

Reinforcement Learning

REvolution: An Evolutionary Framework for RTL Generation driven by Large Language Models

2025-10-24 · Kyungjun Min, Kyumin Cho, Junhwan Jang, Seokhyeong Kang arxiv

Large Language Models (LLMs) are used for Register-Transfer Level (RTL) code generation, but they face two main challenges: functional correctness and Power, Performance, and Area (PPA) optimization. Iterative, feedback-…

Code Generation

Kernel Foundry: A Diagnosis-driven Evolutionary Kernel Optimizer with Multi-Experts

2026-05-08 · Zixuan Huang, Da Chen, Kecheng Huang, Lihao Yin 외 arxiv

Generating high-performance GPU kernels remains challenging due to the need for both correctness and hardware-aware optimization. While large language models (LLMs) show promise in code generation, they often fail to pro…

Code Generation