vix.ing · top · new · best · stats

Improving Optimization Bounds using Machine Learning: Decision Diagrams meet Deep Reinforcement Learning

2018/09/10 by Quentin Cappart, Cappart, Quentin, Emmanuel Goutierre +6 · 3 citations
Computer Science · #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #Formal Methods in Verification #cs.AI

paper · pdf · doi:10.48550/arxiv.1809.03359

Accepted and presented at AAAI'19

openalex publication_date 2018/09/10 · arxiv created 2019/02/27 · arxiv updated 2019/02/28 · openalex created_date 2022/08/03 · openalex updated_date 2026/07/28

Abstract

Finding tight bounds on the optimal solution is a critical element of practical solution methods for discrete optimization problems. In the last decade, decision diagrams (DDs) have brought a new perspective on obtaining upper and lower bounds that can be significantly better than classical bounding mechanisms, such as linear relaxations. It is well known that the quality of the bounds achieved through this flexible bounding method is highly reliant on the ordering of variables chosen for building the diagram, and finding an ordering that optimizes standard metrics is an NP-hard problem. In this paper, we propose an innovative and generic approach based on deep reinforcement learning for obtaining an ordering for tightening the bounds obtained with relaxed and restricted DDs. We apply the approach to both the Maximum Independent Set Problem and the Maximum Cut Problem. Experimental results on synthetic instances show that the deep reinforcement learning approach, by achieving tighter objective function bounds, generally outperforms ordering methods commonly used in the literature when the distribution of instances is known. To the best knowledge of the authors, this is the first paper to apply machine learning to directly improve relaxation bounds obtained by general-purpose bounding mechanisms for combinatorial optimization problems.

Cited by

Related