Deep Symbolic Optimization for Combinatorial Optimization: Accelerating Node Selection by Discovering Potential Heuristics
Hongyu Liu, Haoyang Liu, Yufei Kuang, Jie Wang, Bin Li

TL;DR
This paper introduces a deep symbolic learning framework for combinatorial optimization that discovers interpretable heuristics to improve node selection in branch-and-bound algorithms, achieving high performance with low inference costs.
Contribution
It proposes Dso4NS, a novel method that learns symbolic expressions guiding node selection, combining deep learning with symbolic reasoning for efficient and interpretable optimization.
Findings
Dso4NS outperforms existing methods on CPU hardware.
Learned expressions achieve performance comparable to GPU-based approaches.
The approach offers high interpretability and fast inference in combinatorial optimization.
Abstract
Combinatorial optimization (CO) is one of the most fundamental mathematical models in real-world applications. Traditional CO solvers, such as Branch-and-Bound (B&B) solvers, heavily rely on expert-designed heuristics, which are reliable but require substantial manual tuning. Recent studies have leveraged deep learning (DL) models as an alternative to capture rich feature patterns for improved performance on GPU machines. Nonetheless, the drawbacks of high training and inference costs, as well as limited interpretability, severely hinder the adoption of DL methods in real-world applications. To address these challenges, we propose a novel deep symbolic optimization learning framework that combines their advantages. Specifically, we focus on the node selection module within B&B solvers -- namely, deep symbolic optimization for node selection (Dso4NS). With data-driven approaches, Dso4NS…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Product Development and Customization · Constraint Satisfaction and Optimization
MethodsFocus
