AILGOCDec 18, 2024

Balans: Multi-Armed Bandits-based Adaptive Large Neighborhood Search for Mixed-Integer Programming Problem

arXiv:2412.14382v36 citationsh-index: 33Has CodeIJCAI
Originality Incremental advance
AI Analysis

This addresses the computational inefficiency and generalization issues in learning-based MIP solvers for combinatorial optimization, offering an incremental improvement with online adaptation.

The paper tackles the problem of mixed-integer programming (MIP) solving by proposing Balans, an adaptive meta-solver that uses online learning via multi-armed bandits to guide neighborhood selection, eliminating the need for offline training and achieving significant performance gains over default solvers and state-of-the-art methods.

Mixed-integer programming (MIP) is a powerful paradigm for modeling and solving various important combinatorial optimization problems. Recently, learning-based approaches have shown a potential to speed up MIP solving via offline training that then guides important design decisions during the search. However, a significant drawback of these methods is their heavy reliance on offline training, which requires collecting training datasets and computationally costly training epochs yet offering only limited generalization to unseen (larger) instances. In this paper, we propose Balans, an adaptive meta-solver for MIPs with online learning capability that does not require any supervision or apriori training. At its core, Balans is based on adaptive large-neighborhood search, operating on top of an MIP solver by successive applications of destroy and repair neighborhood operators. During the search, the selection among different neighborhood definitions is guided on the fly for the instance at hand via multi-armed bandit algorithms. Our extensive experiments on hard optimization instances show that Balans offers significant performance gains over the default MIP solver, is better than committing to any single best neighborhood, and improves over the state-of-the-art large-neighborhood search for MIPs. Finally, we release Balans as a highly configurable, MIP solver agnostic, open-source software.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes