Large Language Model for Multi-objective Evolutionary Optimization
Fei Liu, Xi Lin, Zhenkun Wang, Shunyu Yao, Xialiang Tong, Mingxuan, Yuan, Qingfu Zhang

TL;DR
This paper explores using large language models to design operators for multi-objective evolutionary algorithms, achieving competitive results and demonstrating strong generalization across different optimization problems.
Contribution
It introduces a novel approach leveraging LLMs for MOEA operator design, including a zero-shot black-box method and a white-box version, enhancing flexibility and performance.
Findings
LLM-based operators achieve competitive performance.
The learned operators generalize well to unseen problems.
The proposed method simplifies operator design in MOEAs.
Abstract
Multiobjective evolutionary algorithms (MOEAs) are major methods for solving multiobjective optimization problems (MOPs). Many MOEAs have been proposed in the past decades, of which the search operators need a carefully handcrafted design with domain knowledge. Recently, some attempts have been made to replace the manually designed operators in MOEAs with learning-based operators (e.g., neural network models). However, much effort is still required for designing and training such models, and the learned operators might not generalize well on new problems. To tackle the above challenges, this work investigates a novel approach that leverages the powerful large language model (LLM) to design MOEA operators. With proper prompt engineering, we successfully let a general LLM serve as a black-box search operator for decomposition-based MOEA (MOEA/D) in a zero-shot manner. In addition, by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications
