paper-with-me

Papers

Large Language Models as Surrogate Models in Evolutionary Algorithms: A Preliminary Study

2024-06-15 · Hao Hao, Xiaoqun Zhang, Aimin Zhou

Large Language Models (LLMs) have achieved significant progress across various fields and have exhibited strong potential in evolutionary computation, such as generating new solutions and automating algorithm design. Surrogate-assisted selection is a core step in evolutionary algorithms to solve expensive optimization problems by reducing the number of real evaluations. Traditionally, this has relied on conventional machine learning methods, leveraging historical evaluated evaluations to predict the performance of new solutions. In this work, we propose a novel surrogate model based purely on LLM inference capabilities, eliminating the need for training. Specifically, we formulate model-assisted selection as a classification and regression problem, utilizing LLMs to directly evaluate the quality of new solutions based on historical data. This involves predicting whether a solution is good or bad, or approximating its value. This approach is then integrated into evolutionary algorithms, termed LLM-assisted EA (LAEA). Detailed experiments compared the visualization results of 2D data from 9 mainstream LLMs, as well as their performance on optimization problems. The experimental results demonstrate that LLMs have significant potential as surrogate models in evolutionary computation, achieving performance comparable to traditional surrogate models only using inference. This work offers new insights into the application of LLMs in evolutionary computation. Code is available at: https://github.com/hhyqhh/LAEA.git

📄 PDF Abstract BibTeX arXiv:2406.10675

Code (1)

hhyqhh/laea 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Leveraging Evolutionary Surrogate-Assisted Prescription in Multi-Objective Chlorination Control Systems

2025-08-26 · Rivaaj Monsia, Olivier Francon, Daniel Young, Risto Miikkulainen arxiv

This short, written report introduces the idea of Evolutionary Surrogate-Assisted Prescription (ESP) and presents preliminary results on its potential use in training real-world agents as a part of the 1st AI for Drinkin…

Offline Multi-Task Multi-Objective Data-Driven Evolutionary Algorithm with Language Surrogate Model and Implicit Q-Learning

2025-12-17 · Xian-Rong Zhang, Yue-Jiao Gong, Zeyuan Ma, Jun Zhang arxiv

Data-driven evolutionary algorithms has shown surprising results in addressing expensive optimization problems through robust surrogate modeling. Though promising, existing surrogate modeling schemes may encounter limita…

Relation Reasoning with LLMs in Expensive Optimization

2026-04-30 · Ye Lu, Bingdong Li, Aimin Zhou, Hao Hao arxiv

Expensive optimization problems (EOPs) are black-box tasks with costly objective evaluations and no gradient access, making the evaluation budget the key bottleneck. Surrogate-assisted evolutionary algorithms (SAEAs) red…

Enabling surrogate-assisted evolutionary reinforcement learning via policy embedding

2023-01-31 · Lan Tang, Xiaxi Li, Jinyuan Zhang, Guiying Li 외

Evolutionary Reinforcement Learning (ERL) that applying Evolutionary Algorithms (EAs) to optimize the weight parameters of Deep Neural Network (DNN) based policies has been widely regarded as an alternative to traditiona…

Atari GamesEvolutionary Algorithmsreinforcement-learningReinforcement Learning+1

Surrogate-Assisted Partial Order-based Evolutionary Optimisation

2016-11-01 · Vanessa Volz, Günter Rudolph, Boris Naujoks

In this paper, we propose a novel approach (SAPEO) to support the survival selection process in multi-objective evolutionary algorithms with surrogate models - it dynamically chooses individuals to evaluate exactly based…

Evolutionary Algorithms