paper-with-me

홈 › Papers

Enhancing hierarchical surrogate-assisted evolutionary algorithm for high-dimensional expensive optimization via random projection

2021-03-01 · Xiaodong Ren, Daofu Guo, Zhigang Ren, Yongsheng Liang, An Chen

By remarkably reducing real fitness evaluations, surrogate-assisted evolutionary algorithms (SAEAs), especially hierarchical SAEAs, have been shown to be effective in solving computationally expensive optimization problems. The success of hierarchical SAEAs mainly profits from the potential benefit of their global surrogate models known as "blessing of uncertainty" and the high accuracy of local models. However, their performance leaves room for improvement on highdimensional problems since now it is still challenging to build accurate enough local models due to the huge solution space. Directing against this issue, this study proposes a new hierarchical SAEA by training local surrogate models with the help of the random projection technique. Instead of executing training in the original high-dimensional solution space, the new algorithm first randomly projects training samples onto a set of low-dimensional subspaces, then trains a surrogate model in each subspace, and finally achieves evaluations of candidate solutions by averaging the resulting models. Experimental results on six benchmark functions of 100 and 200 dimensions demonstrate that random projection can significantly improve the accuracy of local surrogate models and the new proposed hierarchical SAEA possesses an obvious edge over state-of-the-art SAEAs

📄 PDF Abstract BibTeX arXiv:2103.00682

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

A First Look at Kolmogorov-Arnold Networks in Surrogate-assisted Evolutionary Algorithms

2024-05-26 · Hao Hao, Xiaoqun Zhang, Bingdong Li, Aimin Zhou

Surrogate-assisted Evolutionary Algorithm (SAEA) is an essential method for solving expensive expensive problems. Utilizing surrogate models to substitute the optimization function can significantly reduce reliance on th…

Evolutionary AlgorithmsKolmogorov-Arnold Networks

Exploring the effectiveness of surrogate-assisted evolutionary algorithms on the batch processing problem

2022-10-31 · Mohamed Z. Variawa, Terence L. Van Zyl, Matthew Woolway

Real-world optimisation problems typically have objective functions which cannot be expressed analytically. These optimisation problems are evaluated through expensive physical experiments or simulations. Cheap approxima…

Evolutionary Algorithms

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

Rank-Based Learning and Local Model Based Evolutionary Algorithm for High-Dimensional Expensive Multi-Objective Problems

2023-04-19 · Guodong Chen, Jiu Jimmy Jiao, Xiaoming Xue, Zhongzheng Wang

Surrogate-assisted evolutionary algorithms have been widely developed to solve complex and computationally expensive multi-objective optimization problems in recent years. However, when dealing with high-dimensional opti…

Evolutionary Algorithms

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. Sur…

Evolutionary Algorithms