Machine Learning Insides OptVerse AI Solver: Design Principles and Applications
Xijun Li, Fangzhou Zhu, Hui-Ling Zhen, Weilin Luo, Meng Lu, Yimin Huang, Zhenan Fan, Zirui Zhou, Yufei Kuang, Zhihai Wang, Zijie Geng, Yang Li, Haoyang Liu, Zhiwu An, Muming Yang, Jianshu Li, Jie Wang, Junchi Yan, Defeng Sun, Tao Zhong, Yong Zhang, Jia Zeng, Mingxuan Yuan, Jianye Hao, Jun Yao, Kun Mao
TL;DR
The paper addresses the scarcity of real-world mathematical programming instances and the need for faster, more accurate solvers by integrating ML into Huawei's OptVerse AI Solver. It introduces data-generation pipelines (HardSATGEN for SAT, G2MILP for MILP) and an AdaSolver augmentation framework to improve solver robustness, plus policy-learning components (GCN-based initial basis, RL4Presolve, HEM for cut selection, Neural Diving) and a comprehensive hyperparameter-tuning framework (HEBO, Transformer BO, DE variants). Empirical results on real-world Huawei benchmarks and standard MILP libraries demonstrate substantial improvements in speed and solution quality over traditional solvers like Gurobi, CPLEX, and SCIP, underscoring the practical impact of ML-driven strategies in combinatorial optimization. The work outlines a cohesive architecture spanning data, policy, and tuning layers, and points toward future directions including integration with large language models for problem formulation and solver interaction. Overall, the proposed ML-augmented approach broadens the applicability and effectiveness of mathematical programming solvers in industrial settings.
Abstract
In an era of digital ubiquity, efficient resource management and decision-making are paramount across numerous industries. To this end, we present a comprehensive study on the integration of machine learning (ML) techniques into Huawei Cloud's OptVerse AI Solver, which aims to mitigate the scarcity of real-world mathematical programming instances, and to surpass the capabilities of traditional optimization techniques. We showcase our methods for generating complex SAT and MILP instances utilizing generative models that mirror multifaceted structures of real-world problem. Furthermore, we introduce a training framework leveraging augmentation policies to maintain solvers' utility in dynamic environments. Besides the data generation and augmentation, our proposed approaches also include novel ML-driven policies for personalized solver strategies, with an emphasis on applications like graph convolutional networks for initial basis selection and reinforcement learning for advanced presolving and cut selection. Additionally, we detail the incorporation of state-of-the-art parameter tuning algorithms which markedly elevate solver performance. Compared with traditional solvers such as Cplex and SCIP, our ML-augmented OptVerse AI Solver demonstrates superior speed and precision across both established benchmarks and real-world scenarios, reinforcing the practical imperative and effectiveness of machine learning techniques in mathematical programming solvers.
