paper-with-me

Papers

Algorithm Portfolio for Individual-based Surrogate-Assisted Evolutionary Algorithms

2019-04-22 · Hao Tong, Jialin Liu, Xin Yao

Surrogate-assisted evolutionary algorithms (SAEAs) are powerful optimisation tools for computationally expensive problems (CEPs). However, a randomly selected algorithm may fail in solving unknown problems due to no free lunch theorems, and it will cause more computational resource if we re-run the algorithm or try other algorithms to get a much solution, which is more serious in CEPs. In this paper, we consider an algorithm portfolio for SAEAs to reduce the risk of choosing an inappropriate algorithm for CEPs. We propose two portfolio frameworks for very expensive problems in which the maximal number of fitness evaluations is only 5 times of the problem's dimension. One framework named Par-IBSAEA runs all algorithm candidates in parallel and a more sophisticated framework named UCB-IBSAEA employs the Upper Confidence Bound (UCB) policy from reinforcement learning to help select the most appropriate algorithm at each iteration. An effective reward definition is proposed for the UCB policy. We consider three state-of-the-art individual-based SAEAs on different problems and compare them to the portfolios built from their instances on several benchmark problems given limited computation budgets. Our experimental studies demonstrate that our proposed portfolio frameworks significantly outperform any single algorithm on the set of benchmark problems.

📄 PDF Abstract BibTeX arXiv:1904.09813

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary AlgorithmsReinforcement Learning

Similar Papers 제목 키워드 기반

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

Design Mining Interacting Wind Turbines

2014-10-02 · Richard J. Preen, Larry Bull

An initial study of surrogate-assisted evolutionary algorithms used to design vertical-axis wind turbines wherein candidate prototypes are evaluated under fan generated wind conditions after being physically instantiated…

Evolutionary Algorithms

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

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

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