Multi-Stage Predict+Optimize for (Mixed Integer) Linear Programs

Xinyi Hu, Jasper C. H. Lee, Jimmy H. M. Lee, Peter J. Stuckey
2/3/2026

Abstract

The recently-proposed framework of Predict+Optimize tackles optimization problems with parameters that are unknown at solving time, in a supervised learning setting. Prior frameworks consider only the scenario where all unknown parameters are (eventually) revealed at the same time. In this work, we propose Multi-Stage Predict+Optimize , a novel extension catering to applications where unknown parameters are instead revealed in sequential stages, with optimization decisions made in between. We further develop three training algorithms for neural networks (NNs) for our framework as proof of concept, all of which can handle mixed integer linear programs. The first baseline algorithm is a natural extension of prior work, training a single NN which makes a single prediction of unknown parameters. The second and third algorithms instead leverage the possibility of updating parameter predictions between stages, and trains one NN per stage . To handle the interdependency between the NNs, we adopt a sequential and parallelized versions of coordinate descent for training. Experimentation on three benchmarks demonstrates the superior learning performance of our methods over classical approaches.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. 1 weaker match is hidden by default — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{hu2026multistage,
  title  = {Multi-Stage Predict+Optimize for (Mixed Integer) Linear Programs},
  author = {Xinyi Hu and Jasper C. H. Lee and Jimmy H. M. Lee and Peter J. Stuckey},
  year   = {2026},
  doi    = {10.52202/079017-2068},
  url    = {https://doi.org/10.52202/079017-2068},
  journal = {NEURIPS 2024 2024}
}

Discussion