Learning to Branch
Maria-Florina Balcan, Travis Dick, Tuomas Sandholm, and Ellen Vitercik

TL;DR
This paper introduces a machine learning approach to optimize tree search algorithms by learning the best combination of partitioning procedures, significantly reducing tree size and improving efficiency with theoretical guarantees.
Contribution
It presents the first theoretical sample complexity guarantees for tree search algorithm configuration and demonstrates a practical learning method to optimize branching.
Findings
Learning optimal partitioning weights reduces tree size dramatically.
The reduction in tree size can be exponential.
The approach is both theoretically sound and practically effective.
Abstract
Tree search algorithms, such as branch-and-bound, are the most widely used tools for solving combinatorial and nonconvex problems. For example, they are the foremost method for solving (mixed) integer programs and constraint satisfaction problems. Tree search algorithms recursively partition the search space to find an optimal solution. In order to keep the tree size small, it is crucial to carefully decide, when expanding a tree node, which question (typically variable) to branch on at that node in order to partition the remaining space. Numerous partitioning techniques (e.g., variable selection) have been proposed, but there is no theory describing which technique is optimal. We show how to use machine learning to determine an optimal weighting of any set of partitioning procedures for the instance distribution at hand using samples from the distribution. We provide the first sample…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Complexity and Algorithms in Graphs · Bayesian Modeling and Causal Inference
