AILGJun 8, 2021

Sample Complexity of Tree Search Configuration: Cutting Planes and Beyond

arXiv:2106.04033v151 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of optimizing tree search configurations in integer programming solvers for improved performance, representing an incremental advance by providing theoretical guarantees for learning-based approaches.

The paper tackles the problem of learning high-performing cut-selection policies for integer programming solvers, proving the first sample complexity guarantees for learning from instance distributions, including bounds for Chvátal-Gomory cuts and more sophisticated policies, and extends this to a general tree search abstraction with sample complexity bounds for node and variable selection policies.

Cutting-plane methods have enabled remarkable successes in integer programming over the last few decades. State-of-the-art solvers integrate a myriad of cutting-plane techniques to speed up the underlying tree-search algorithm used to find optimal solutions. In this paper we prove the first guarantees for learning high-performing cut-selection policies tailored to the instance distribution at hand using samples. We first bound the sample complexity of learning cutting planes from the canonical family of Chvátal-Gomory cuts. Our bounds handle any number of waves of any number of cuts and are fine tuned to the magnitudes of the constraint coefficients. Next, we prove sample complexity bounds for more sophisticated cut selection policies that use a combination of scoring rules to choose from a family of cuts. Finally, beyond the realm of cutting planes for integer programming, we develop a general abstraction of tree search that captures key components such as node selection and variable selection. For this abstraction, we bound the sample complexity of learning a good policy for building the search tree.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes