Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

A Systematic Survey on Large Language Models for Evolutionary Optimization: From Modeling to Solving

Created by
  • Haebom

Author

Yisong Zhang, Ran Cheng, Guoxing Yi, Kay Chen Tan

Outline

This paper comprehensively reviews research on the use of large-scale language models (LLMs), which possess powerful comprehension and reasoning capabilities, to solve optimization problems. Focusing on their synergy with evolutionary computation, we systematically analyze recent developments and organize them within a structured framework. The research is divided into two main phases: optimization modeling using LLMs and optimization solving using LLMs. The latter is subdivided into three paradigms: using LLMs as a standalone optimization tool, embedding them within optimization algorithms, and using them for algorithm selection and generation. We analyze representative methods within each category, highlight technical challenges, and examine their interactions with existing approaches. We also examine application examples across various fields, including natural science, engineering, and machine learning. By comparing LLM-based methods with existing ones, we highlight key gaps and research challenges, and suggest future directions for developing a self-evolving agent ecosystem for optimization.

Takeaways, Limitations

Providing a comprehensive review and systematic classification of optimization research using LLM.
Presenting various approaches to optimization modeling and solution using LLM.
Identifying Limitations and research gaps through comparative analysis between LLM-based and conventional methods
Suggesting future research directions for the use of LLM in optimization.
Provide a GitHub repository to keep related literature up to date ( https://github.com/ishmael233/LLM4OPT )
Possible lack of in-depth analysis of the specific technical details of LLM-based optimization methods.
Consideration needs to be given to computational costs and efficiency issues associated with the use of LLM.
Further research is needed to address the bias and interpretability issues of LLMs.
Possible lack of performance validation of LLM-based optimization methods on real-world problems
👍