Reinforcement Learning-based Self-adaptive Differential Evolution through Automated Landscape Feature Learning
By: Hongshu Guo , Sijie Ma , Zechuan Huang and more
Potential Business Impact:
Teaches computers to solve problems faster.
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.
Similar Papers
Surrogate Learning in Meta-Black-Box Optimization: A Preliminary Study
Machine Learning (CS)
Teaches computers to solve problems faster.
Large Language Model Assisted Automated Algorithm Generation and Evolution via Meta-black-box optimization
Neural and Evolutionary Computing
AI designs better computer problem-solving methods.
Instance Generation for Meta-Black-Box Optimization through Latent Space Reverse Engineering
Machine Learning (CS)
Makes computer problem-solvers learn better on new tasks.