paper-with-me

홈 › Papers

Reinforcement learning based adaptive metaheuristics

2022-06-24 · Michele Tessari, Giovanni Iacca

Parameter adaptation, that is the capability to automatically adjust an algorithm's hyperparameters depending on the problem being faced, is one of the main trends in evolutionary computation applied to numerical optimization. While several handcrafted adaptation policies have been proposed over the years to address this problem, only few attempts have been done so far at applying machine learning to learn such policies. Here, we introduce a general-purpose framework for performing parameter adaptation in continuous-domain metaheuristics based on state-of-the-art reinforcement learning algorithms. We demonstrate the applicability of this framework on two algorithms, namely Covariance Matrix Adaptation Evolution Strategies (CMA-ES) and Differential Evolution (DE), for which we learn, respectively, adaptation policies for the step-size (for CMA-ES), and the scale factor and crossover rate (for DE). We train these policies on a set of 46 benchmark functions at different dimensionalities, with various inputs to the policies, in two settings: one policy per function, and one global policy for all functions. Compared, respectively, to the Cumulative Step-size Adaptation (CSA) policy and to two well-known adaptive DE variants (iDE and jDE), our policies are able to produce competitive results in the majority of cases, especially in the case of DE.

📄 PDF Abstract BibTeX arXiv:2206.12233

Code (1)

tsume82/Pavlov 공식 구현 tf

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

An Efficient Learning-based Solver Comparable to Metaheuristics for the Capacitated Arc Routing Problem

2024-03-11 · Runze Guo, Feng Xue, Anlong Ming, Nicu Sebe

Recently, neural networks (NN) have made great strides in combinatorial optimization. However, they face challenges when solving the capacitated arc routing problem (CARP) which is to find the minimum-cost tour covering …

ARCCombinatorial OptimizationDecision Making

A novel metaheuristic method for solving constrained engineering optimization problems: Drone Squadron Optimization

2017-08-04 · Vinícius Veloso de Melo

Several constrained optimization problems have been adequately solved over the years thanks to advances in the metaheuristics area. In this paper, we evaluate a novel self-adaptive and auto-constructive metaheuristic cal…

QBSO-FS: A Reinforcement Learning Based Bee Swarm Optimization Metaheuristic for Feature Selection

2019-05-16 · International Work-Conference on Artificial Neural Networks 2019 5 · Souhila Sadeg, Leila Hamdad, Amine Riad Remache, Mehdi Nedjmeddine Karech 외

Feature selection is often used before a data mining or a machine learning task in order to build more accurate models. It is considered as a hard optimization problem and metaheuristics give very satisfactory results fo…

feature selectionMulti-agent Reinforcement LearningQ-Learningreinforcement-learning+2

Energy-Aware Metaheuristics

2026-02-06 · Enrique Alba, Tomohiro Harada, Gabriel Luque arxiv

This paper presents a principled framework for designing energy-aware metaheuristics that operate under fixed energy budgets. We introduce a unified operator-level model that quantifies both numerical gain and energy usa…

Impact of diversity on bounded archives for multi-objective local search

2026-02-04 · Amadeu A. Coco, Cyprien Borée, Julien Baste, Laetitia Jourdan 외 arxiv

This work tackles two critical challenges related to the development of metaheuristics for Multi-Objective Optimization Problems (MOOPs): the exponential growth of non-dominated solutions and the tendency of metaheuristi…