paper-with-me

Papers

Deep Reinforcement Learning for Dynamic Algorithm Selection: A Proof-of-Principle Study on Differential Evolution

2024-03-04 · Hongshu Guo, Yining Ma, Zeyuan Ma, Jiacheng Chen, Xinglin Zhang, Zhiguang Cao, Jun Zhang, Yue-Jiao Gong

Evolutionary algorithms, such as Differential Evolution, excel in solving real-parameter optimization challenges. However, the effectiveness of a single algorithm varies across different problem instances, necessitating considerable efforts in algorithm selection or configuration. This paper aims to address the limitation by leveraging the complementary strengths of a group of algorithms and dynamically scheduling them throughout the optimization progress for specific problems. We propose a deep reinforcement learning-based dynamic algorithm selection framework to accomplish this task. Our approach models the dynamic algorithm selection a Markov Decision Process, training an agent in a policy gradient manner to select the most suitable algorithm according to the features observed during the optimization process. To empower the agent with the necessary information, our framework incorporates a thoughtful design of landscape and algorithmic features. Meanwhile, we employ a sophisticated deep neural network model to infer the optimal action, ensuring informed algorithm selections. Additionally, an algorithm context restoration mechanism is embedded to facilitate smooth switching among different algorithms. These mechanisms together enable our framework to seamlessly select and switch algorithms in a dynamic online fashion. Notably, the proposed framework is simple and generic, offering potential improvements across a broad spectrum of evolutionary algorithms. As a proof-of-principle study, we apply this framework to a group of Differential Evolution algorithms. The experimental results showcase the remarkable effectiveness of the proposed framework, not only enhancing the overall optimization performance but also demonstrating favorable generalization ability across different problem classes.

📄 PDF Abstract BibTeX arXiv:2403.02131

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningEvolutionary AlgorithmsScheduling

Similar Papers 제목 키워드 기반

Reinforcement Learning Textbook

2022-01-19 · Sergey Ivanov

This textbook covers principles behind main modern deep reinforcement learning algorithms that achieved breakthrough results in many domains from game AI to robotics. All required theory is explained with proofs using un…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Neural Clause-Selection Reinforcement

2025-03-10 · Martin Suda

Clause selection is arguably the most important choice point in saturation-based theorem proving. Framing it as a reinforcement learning (RL) task is a way to challenge the human-designed heuristics of state-of-the-art p…

Automated Theorem ProvingCPUReinforcement Learning (RL)

CertRL: Formalizing Convergence Proofs for Value and Policy Iteration in Coq

2020-09-23 · Koundinya Vajjha, Avraham Shinnar, Vasily Pestun, Barry Trager 외

Reinforcement learning algorithms solve sequential decision-making problems in probabilistic environments by optimizing for long-term reward. The desire to use reinforcement learning in safety-critical settings inspires …

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Reinforcement Learning-based Adaptive Path Selection for Programmable Networks

2025-08-19 · José Eduardo Zerna Torres, Marios Avgeris, Chrysa Papagianni, Gergely Pongrácz 외 arxiv

This work presents a proof-of-concept implementation of a distributed, in-network reinforcement learning (IN-RL) framework for adaptive path selection in programmable networks. By combining Stochastic Learning Automata (…

Reinforcement Learning

Scaling Generative Verifiers For Natural Language Mathematical Proof Verification And Selection

2025-11-17 · Sadegh Mahdavi, Branislav Kisacanin, Shubham Toshniwal, Wei Du 외 arxiv

Large language models have achieved remarkable success on final-answer mathematical problems, largely due to the ease of applying reinforcement learning with verifiable rewards. However, the reasoning underlying these so…

Reinforcement Learning