A Systematic Survey on Large Language Models for Evolutionary Optimization: From Modeling to Solving
Yisong Zhang, Ran Cheng, Guoxing Yi, Kay Chen Tan
TL;DR
The paper addresses the challenge of leveraging large language models to bridge informal problem descriptions and formal optimization, proposing a two-stage framework that separates optimization modeling from optimization solving. It provides a comprehensive taxonomy across modeling (prompt-based and learning-based) and solving (LLMs as optimizers, low-level LLMs, and high-level LLMs) paradigms, supported by a broad survey of applications and representative methods. Key findings reveal that while LLMs help with modeling and offer promising solving capabilities, they face data, cost, and reliability barriers, motivating dynamic, end-to-end, and agentic future systems. The work maps the field, identifies gaps, and outlines directions toward self-evolving optimization ecosystems that can operate across disciplines and real-world domains.
Abstract
Large Language Models (LLMs), with their strong understanding and reasoning capabilities, are increasingly being explored for tackling optimization problems, especially in synergy with evolutionary computation. While several recent surveys have explored aspects of LLMs for optimization, there remains a need for an integrative perspective that connects problem modeling with solving workflows. This survey addresses this gap by providing a comprehensive review of recent developments and organizing them within a structured framework. We classify existing research into two main stages: LLMs for optimization modeling and LLMs for optimization solving. The latter is further divided into three paradigms according to the role of LLMs in the optimization workflow: LLMs as stand-alone optimizers, low-level LLMs embedded within optimization algorithms, and high-level LLMs for algorithm selection and generation. For each category, we analyze representative methods, distill technical challenges, and examine their interplay with traditional approaches. We also review interdisciplinary applications spanning the natural sciences, engineering, and machine learning. By contrasting LLM-driven and conventional methods, we highlight key limitations and research gaps, and point toward future directions for developing self-evolving agentic ecosystems for optimization. An up-to-date collection of related literature is maintained at https://github.com/ishmael233/LLM4OPT.
