[2603.02792] From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors
About this article
Abstract page for arXiv paper 2603.02792: From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors
Computer Science > Machine Learning arXiv:2603.02792 (cs) [Submitted on 3 Mar 2026] Title:From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors Authors:Qi Huang, Furong Ye, Ananta Shahane, Thomas Bäck, Niki van Stein View a PDF of the paper titled From Heuristic Selection to Automated Algorithm Design: LLMs Benefit from Strong Priors, by Qi Huang and 4 other authors View PDF HTML (experimental) Abstract:Large Language Models (LLMs) have already been widely adopted for automated algorithm design, demonstrating strong abilities in generating and evolving algorithms across various fields. Existing work has largely focused on examining their effectiveness in solving specific problems, with search strategies primarily guided by adaptive prompt designs. In this paper, through investigating the token-wise attribution of the prompts to LLM-generated algorithmic codes, we show that providing high-quality algorithmic code examples can substantially improve the performance of the LLM-driven optimization. Building upon this insight, we propose leveraging prior benchmark algorithms to guide LLM-driven optimization and demonstrate superior performance on two black-box optimization benchmarks: the pseudo-Boolean optimization suite (pbo) and the black-box optimization suite (bbob). Our findings highlight the value of integrating benchmarking studies to enhance both efficiency and robustness of the LLM-driven black-box optimization methods. Subjects: Machi...