paper-with-me

Papers

Machine Learning Algorithms for Improving Exact Classical Solvers in Mixed Integer Continuous Optimization

2025-08-09 · Morteza Kimiaei, Vyacheslav Kungurtsev, Brian Olimba arxiv

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.

📄 PDF Abstract BibTeX arXiv:2508.06906

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Machine Learning Algorithms for Improving Black Box Optimization Solvers

2025-09-29 · Morteza Kimiaei, Vyacheslav Kungurtsev arxiv

Black-box optimization (BBO) addresses problems where objectives are accessible only through costly queries without gradients or explicit structure. Classical derivative-free methods -- line search, direct search, and mo…

Reinforcement Learning

A Survey for Solving Mixed Integer Programming via Machine Learning

2022-03-06 · Jiayi Zhang, Chang Liu, Junchi Yan, Xijun Li 외

This paper surveys the trend of leveraging machine learning to solve mixed integer programming (MIP) problems. Theoretically, MIP is an NP-hard problem, and most of the combinatorial optimization (CO) problems can be for…

BIG-bench Machine LearningCombinatorial OptimizationSurvey

Comparing the Digital Annealer with Classical Evolutionary Algorithm

2022-05-26 · Mayowa Ayodele

In more recent years, there has been increasing research interest in exploiting the use of application specific hardware for solving optimisation problems. Examples of solvers that use specialised hardware are IBM's Quan…

Evolutionary Algorithms

DynASP2.5: Dynamic Programming on Tree Decompositions in Action

2017-06-28 · Johannes K. Fichte, Markus Hecher, Michael Morak, Stefan Woltran

A vibrant theoretical research area are efficient exact parameterized algorithms. Very recent solving competitions such as the PACE challenge show that there is also increasing practical interest in the parameterized alg…

Steiner Tree Problem

Stable Implementation of Probabilistic ODE Solvers

2020-12-18 · Nicholas Krämer, Philipp Hennig

Probabilistic solvers for ordinary differential equations (ODEs) provide efficient quantification of numerical uncertainty associated with simulation of dynamical systems. Their convergence rates have been established by…