paper-with-me

Papers

Reinforcement Learning-based Self-adaptive Differential Evolution through Automated Landscape Feature Learning

2025-03-23 · Hongshu Guo, Sijie Ma, Zechuan Huang, Yuzhi Hu, Zeyuan Ma, Xinglin Zhang, Yue-Jiao Gong

Recently, Meta-Black-Box-Optimization (MetaBBO) methods significantly enhance the performance of traditional black-box optimizers through meta-learning flexible and generalizable meta-level policies that excel in dynamic algorithm configuration (DAC) tasks within the low-level optimization, reducing the expertise required to adapt optimizers for novel optimization tasks. Though promising, existing MetaBBO methods heavily rely on human-crafted feature extraction approach to secure learning effectiveness. To address this issue, this paper introduces a novel MetaBBO method that supports automated feature learning during the meta-learning process, termed as RLDE-AFL, which integrates a learnable feature extraction module into a reinforcement learning-based DE method to learn both the feature encoding and meta-level policy. Specifically, we design an attention-based neural network with mantissa-exponent based embedding to transform the solution populations and corresponding objective values during the low-level optimization into expressive landscape features. We further incorporate a comprehensive algorithm configuration space including diverse DE operators into a reinforcement learning-aided DAC paradigm to unleash the behavior diversity and performance of the proposed RLDE-AFL. Extensive benchmark results show that co-training the proposed feature learning module and DAC policy contributes to the superior optimization performance of RLDE-AFL to several advanced DE methods and recent MetaBBO baselines over both synthetic and realistic BBO scenarios. The source codes of RLDE-AFL are available at https://github.com/GMC-DRL/RLDE-AFL.

📄 PDF Abstract BibTeX arXiv:2503.18061

Code (1)

gmc-drl/rlde-afl 공식 구현

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

DAC 설명 없음

Similar Papers 제목 키워드 기반

MetaDE: Evolving Differential Evolution by Differential Evolution

2025-02-13 · Minyang Chen, Chenchen Feng, and Ran Cheng

As a cornerstone in the Evolutionary Computation (EC) domain, Differential Evolution (DE) is known for its simplicity and effectiveness in handling challenging black-box optimization problems. While the advantages of DE …

Computational EfficiencyGPUHyperparameter Optimization

Learning adaptive differential evolution algorithm from optimization experiences by policy gradient

2021-02-06 · Jianyong Sun, Xin Liu, Thomas Bäck, Zongben Xu

Differential evolution is one of the most prestigious population-based stochastic optimization algorithm for black-box problems. The performance of a differential evolution algorithm depends highly on its mutation and cr…

Evolutionary AlgorithmsStochastic Optimization

Adaptive Differential Evolution with Diversification: Addressing Optimization Challenges

2023-12-22 · Sarit Maitra

The existing variants of the Differential Evolution (DE) algorithm come with certain limitations, such as poor local search and susceptibility to premature convergence. This study introduces Adaptive Differential Evoluti…

EOS: a Parallel, Self-Adaptive, Multi-Population Evolutionary Algorithm for Constrained Global Optimization

2020-07-09 · Lorenzo Federici, Boris Benedikter, Alessandro Zavoli

This paper presents the main characteristics of the evolutionary optimization code named EOS, Evolutionary Optimization at Sapienza, and its successful application to challenging, real-world space trajectory optimization…

Clusteringglobal-optimization

Effective Mutation Rate Adaptation through Group Elite Selection

2022-04-11 · Akarsh Kumar, Bo Liu, Risto Miikkulainen, Peter Stone

Evolutionary algorithms are sensitive to the mutation rate (MR); no single value of this parameter works well across domains. Self-adaptive MR approaches have been proposed but they tend to be brittle: Sometimes they dec…

Evolutionary Algorithmsimage-classificationImage Classification