Machine Learning Algorithms for Improving Exact Classical Solvers in Mixed Integer Continuous Optimization
Morteza Kimiaei, Vyacheslav Kungurtsev, Brian Olimba
TL;DR
The paper addresses the hardness of INLP/MINLP/CNLP by surveying how ML and RL can augment exact branch-and-bound solvers without compromising global optimality. It introduces a unified BB framework that embeds learning into branching, cut selection, node ordering, and parameter control, and surveys neural and reinforcement-based approaches across solver components. Key contributions include a solver-centric taxonomy, synthesis of prior ML/RL work, and mappings to high-impact applications along with open challenges in generalization and scalability. The work demonstrates how learning-augmented BB can accelerate convergence while preserving correctness, offering a pathway toward production-ready intelligent solvers for large-scale MINLP and CNLP problems.
Abstract
Integer and mixed-integer nonlinear programming (INLP, MINLP) are central to logistics, energy, and scheduling, but remain computationally challenging. This survey examines how machine learning and reinforcement learning can enhance exact optimization methods-particularly branch-and-bound (BB)-without compromising global optimality. We cover discrete, continuous, and mixed-integer formulations, and highlight applications such as vehicle routing, hydropower planning, and crew scheduling. We introduce a unified BB framework that embeds learning-based strategies into branching, cut selection, node ordering, and parameter control. Classical algorithms are augmented using supervised, imitation, and reinforcement learning models to accelerate convergence while maintaining correctness. We conclude with a taxonomy of learning methods by solver class and learning paradigm, and outline open challenges in generalization, hybridization, and scaling intelligent solvers.
