Genetic multi-armed bandits: a reinforcement learning approach for discrete optimization via simulation
Deniz Preil, Michael Krapp

TL;DR
This paper introduces GMAB, a novel algorithm combining multi-armed bandits and genetic algorithms to efficiently solve high-dimensional, noisy discrete optimization problems via simulation, outperforming existing methods.
Contribution
The paper presents GMAB, a new reinforcement learning-based algorithm that integrates genetic operators with bandit memory to improve discrete optimization in noisy, large-scale settings.
Findings
GMAB outperforms benchmark algorithms in various test problems.
Requires fewer simulations to reach high-quality solutions.
Has minimal runtime overhead due to tree-based memory implementation.
Abstract
This paper proposes a new algorithm, referred to as GMAB, that combines concepts from the reinforcement learning domain of multi-armed bandits and random search strategies from the domain of genetic algorithms to solve discrete stochastic optimization problems via simulation. In particular, the focus is on noisy large-scale problems, which often involve a multitude of dimensions as well as multiple local optima. Our aim is to combine the property of multi-armed bandits to cope with volatile simulation observations with the ability of genetic algorithms to handle high-dimensional solution spaces accompanied by an enormous number of feasible solutions. For this purpose, a multi-armed bandit framework serves as a foundation, where each observed simulation is incorporated into the memory of GMAB. Based on this memory, genetic operators guide the search, as they provide powerful tools for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Advanced Bandit Algorithms Research · Evolutionary Algorithms and Applications
MethodsTest · Random Search
