Large Language Model Aided Multi-objective Evolutionary Algorithm: a Low-cost Adaptive Approach
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Evolutionary Algorithmsglobal-optimizationLanguage ModelingLanguage ModellingLarge Language ModelSimilar Papers 제목 키워드 기반
Large Language Model-Aided Evolutionary Search for Constrained Multiobjective Optimization
Evolutionary algorithms excel in solving complex optimization problems, especially those with multiple objectives. However, their stochastic nature can sometimes hinder rapid convergence to the global optima, particularl…
Evolutionary AlgorithmsLanguage ModelingLanguage ModellingLarge Language Model+2LLM4CMO: Large Language Model-aided Algorithm Design for Constrained Multiobjective Optimization
Constrained multi-objective optimization problems (CMOPs) frequently arise in real-world applications where multiple conflicting objectives must be optimized under complex constraints. Existing dual-population two-stage …
Optimized Drug Design using Multi-Objective Evolutionary Algorithms with SELFIES
Computer aided drug design is a promising approach to reduce the tremendous costs, i.e. time and resources, for developing new medicinal drugs. It finds application in aiding the traversal of the vast chemical space of p…
Drug DesignEvolutionary AlgorithmsEvoCAD: Evolutionary CAD Code Generation with Vision Language Models
Combining large language models with evolutionary computation algorithms represents a promising research direction leveraging the remarkable generative and in-context learning capabilities of LLMs with the strengths of e…
Semantic SimilarityCode GenerationPareto-Grid-Guided Large Language Models for Fast and High-Quality Heuristics Design in Multi-Objective Combinatorial Optimization
Multi-objective combinatorial optimization problems (MOCOP) frequently arise in practical applications that require the simultaneous optimization of conflicting objectives. Although traditional evolutionary algorithms ca…