paper-with-me

Papers

A Deep Reinforcement Learning Framework For Column Generation

2022-06-03 · Cheng Chi, Amine Mohamed Aboussalah, Elias B. Khalil, Juyoung Wang, Zoha Sherkat-Masoumi

Column Generation (CG) is an iterative algorithm for solving linear programs (LPs) with an extremely large number of variables (columns). CG is the workhorse for tackling large-scale \textit{integer} linear programs, which rely on CG to solve LP relaxations within a branch and price algorithm. Two canonical applications are the Cutting Stock Problem (CSP) and Vehicle Routing Problem with Time Windows (VRPTW). In VRPTW, for example, each binary variable represents the decision to include or exclude a \textit{route}, of which there are exponentially many; CG incrementally grows the subset of columns being used, ultimately converging to an optimal solution. We propose RLCG, the first Reinforcement Learning (RL) approach for CG. Unlike typical column selection rules which myopically select a column based on local information at each iteration, we treat CG as a sequential decision-making problem: the column selected in a given iteration affects subsequent column selections. This perspective lends itself to a Deep Reinforcement Learning approach that uses Graph Neural Networks (GNNs) to represent the variable-constraint structure in the LP of interest. We perform an extensive set of experiments using the publicly available BPPLIB benchmark for CSP and Solomon benchmark for VRPTW. RLCG converges faster and reduces the number of CG iterations by 22.4\% for CSP and 40.9\% for VRPTW on average compared to a commonly used greedy policy. Our code is available at https://github.com/chichengmessi/reinforcement-learning-for-column-generation.git.

📄 PDF Abstract BibTeX arXiv:2206.02568

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

A Reinforcement-Learning-Based Multiple-Column Selection Strategy for Column Generation

2023-12-21 · Haofeng Yuan, Lichang Fang, Shiji Song

Column generation (CG) is one of the most successful approaches for solving large-scale linear programming (LP) problems. Given an LP with a prohibitively large number of variables (i.e., columns), the idea of CG is to e…

reinforcement-learning

FFCG: Effective and Fast Family Column Generation for Solving Large-Scale Linear Program

2024-12-26 · Yi-Xiang Hu, Feng Wu, Shaoang Li, Yifang Zhao 외

Column Generation (CG) is an effective and iterative algorithm to solve large-scale linear programs (LP). During each CG iteration, new columns are added to improve the solution of the LP. Typically, CG greedily selects …

Reinforcement Learning for Solving the Pricing Problem in Column Generation: Applications to Vehicle Routing

2025-04-03 · Abdo Abouelrous, Laurens Bliek, Adriana F. Gabor, Yaoxin Wu 외

In this paper, we address the problem of Column Generation (CG) using Reinforcement Learning (RL). Specifically, we use a RL model based on the attention-mechanism architecture to find the columns with most negative redu…

Reinforcement Learning (RL)

ACE-SQL: Adaptive Co-Optimization via Empirical Credit Assignment for Text-to-SQL

2026-06-04 · Xiaobing Chen, Ai Jian, Eryu Guo, Zhiqi Pang arxiv

Text-to-SQL maps natural language questions to executable SQL queries. Modern databases often contain large and complex schemas, making schema linking a critical step for accurate SQL generation. Existing methods either …

Reinforcement Learning

An Automatic Prompt Generation System for Tabular Data Tasks

2024-05-09 · Ashlesha Akella, Abhijit Manatkar, Brij Chavda, Hima Patel

Efficient processing of tabular data is important in various industries, especially when working with datasets containing a large number of columns. Large language models (LLMs) have demonstrated their ability on several…

Imputation