paper-with-me

홈 › Papers

Flight-connection Prediction for Airline Crew Scheduling to Construct Initial Clusters for OR Optimizer

2020-09-26 · Yassine Yaakoubi, François Soumis, Simon Lacoste-Julien

We present a case study of using machine learning classification algorithms to initialize a large-scale commercial solver (GENCOL) based on column generation in the context of the airline crew pairing problem, where small savings of as little as 1% translate to increasing annual revenue by dozens of millions of dollars in a large airline. Under the imitation learning framework, we focus on the problem of predicting the next connecting flight of a crew, framed as a multiclass classification problem trained from historical data, and design an adapted neural network approach that achieves high accuracy (99.7% overall or 82.5% on harder instances). We demonstrate the usefulness of our approach by using simple heuristics to combine the flight-connection predictions to form initial crew-pairing clusters that can be fed in the GENCOL solver, yielding a 10x speed improvement and up to 0.2% cost saving.

📄 PDF Abstract BibTeX arXiv:2009.12501

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationImitation LearningScheduling

Similar Papers 제목 키워드 기반

Structured Convolutional Kernel Networks for Airline Crew Scheduling

2021-05-25 · Yassine Yaakoubi, François Soumis, Simon Lacoste-Julien

Motivated by the needs from an airline crew scheduling application, we introduce structured convolutional kernel networks (Struct-CKN), which combine CKNs from Mairal et al. (2014) in a structured prediction framework th…

SchedulingStructured Prediction

On Learning Combinatorial Patterns to Assist Large-Scale Airline Crew Pairing Optimization

2020-04-28 · Divyam Aggarwal, Yash Kumar Singh, Dhish Kumar Saxena

Airline Crew Pairing Optimization (CPO) aims at generating a set of legal flight sequences (crew pairings), to cover an airline's flight schedule, at minimum cost. It is usually performed using Column Generation (CG), a …

Real-World Airline Crew Pairing Optimization: Customized Genetic Algorithm versus Column Generation Method

2020-03-08 · Divyam Aggarwal, Dhish Kumar Saxena, Thomas Back, Michael Emmerich

Airline crew pairing optimization problem (CPOP) aims to find a set of flight sequences (crew pairings) that cover all flights in an airline's highly constrained flight schedule at minimum cost. Since crew cost is second…

Combinatorial Optimization

A Novel Column Generation Heuristic for Airline Crew Pairing Optimization with Large-scale Complex Flight Networks

2020-05-18 · Divyam Aggarwal, Dhish Kumar Saxena, Saaju Pualose, Thomas Bäck 외

Crew Pairing Optimization (CPO) is critical for an airlines' business viability, given that the crew operating cost is second only to the fuel cost. CPO aims at generating a set of flight sequences (crew pairings) to cov…

Combinatorial Optimization

Machine Learning in Airline Crew Pairing to Construct Initial Clusters for Dynamic Constraint Aggregation

2020-09-30 · Yassine Yaakoubi, François Soumis, Simon Lacoste-Julien

The crew pairing problem (CPP) is generally modelled as a set partitioning problem where the flights have to be partitioned in pairings. A pairing is a sequence of flight legs separated by connection time and rest period…

BIG-bench Machine Learning