Large Language Model Aided Multi-objective Evolutionary Algorithm: a Low-cost Adaptive Approach
Wanyi Liu, Long Chen, Zhenzhou Tang
TL;DR
The paper tackles the challenge of slow convergence and manual tuning in multi-objective evolutionary algorithms by introducing a low-cost, adaptive framework that integrates a Large Language Model with MOEAs. It uses an auxiliary evaluation function and automated prompt construction to selectively engage the LLM, and a hybrid mechanism to combine LLM guidance with traditional MOEA operations, minimizing interaction costs. Empirical results on ZDT and UF benchmarks show that the LLM-assisted MOEA can accelerate convergence and improve Pareto front coverage compared to strong baselines. The framework is designed to be generalizable across MOEAs and reduces reliance on expert tuning, enabling broader applicability in practical, real-world optimization tasks.
Abstract
Multi-objective optimization is a common problem in practical applications, and multi-objective evolutionary algorithm (MOEA) is considered as one of the effective methods to solve these problems. However, their randomness sometimes prevents algorithms from rapidly converging to global optimization, and the design of their genetic operators often requires complicated manual tuning. To overcome this challenge, this study proposes a new framework that combines a large language model (LLM) with traditional evolutionary algorithms to enhance the algorithm's search capability and generalization performance.In our framework, we employ adaptive and hybrid mechanisms to integrate the LLM with the MOEA, thereby accelerating algorithmic convergence. Specifically, we leverage an auxiliary evaluation function and automated prompt construction within the adaptive mechanism to flexibly adjust the utilization of the LLM, generating high-quality solutions that are further refined and optimized through genetic operators.Concurrently, the hybrid mechanism aims to minimize interaction costs with the LLM as much as possible.
