English

Learning Branching Policies for MILPs with Proximal Policy Optimization

Machine Learning 2025-11-18 v1 Artificial Intelligence Optimization and Control

Abstract

Branch-and-Bound (B\&B) is the dominant exact solution method for Mixed Integer Linear Programs (MILP), yet its exponential time complexity poses significant challenges for large-scale instances. The growing capabilities of machine learning have spurred efforts to improve B\&B by learning data-driven branching policies. However, most existing approaches rely on Imitation Learning (IL), which tends to overfit to expert demonstrations and struggles to generalize to structurally diverse or unseen instances. In this work, we propose Tree-Gate Proximal Policy Optimization (TGPPO), a novel framework that employs Proximal Policy Optimization (PPO), a Reinforcement Learning (RL) algorithm, to train a branching policy aimed at improving generalization across heterogeneous MILP instances. Our approach builds on a parameterized state space representation that dynamically captures the evolving context of the search tree. Empirical evaluations show that TGPPO often outperforms existing learning-based policies in terms of reducing the number of nodes explored and improving p-Primal-Dual Integrals (PDI), particularly in out-of-distribution instances. These results highlight the potential of RL to develop robust and adaptable branching strategies for MILP solvers.

Keywords

Cite

@article{arxiv.2511.12986,
  title  = {Learning Branching Policies for MILPs with Proximal Policy Optimization},
  author = {Abdelouahed Ben Mhamed and Assia Kamal-Idrissi and Amal El Fallah Seghrouchni},
  journal= {arXiv preprint arXiv:2511.12986},
  year   = {2025}
}

Comments

11 pages, 3 figures, AAAI conference

R2 v1 2026-07-01T07:40:30.312Z