paper-with-me

Papers

Decomposition Strategies and Multi-shot ASP Solving for Job-shop Scheduling

2022-05-16 · Mohammed M. S. El-Kholany, Martin Gebser, Konstantin Schekotihin

The Job-shop Scheduling Problem (JSP) is a well-known and challenging combinatorial optimization problem in which tasks sharing a machine are to be arranged in a sequence such that encompassing jobs can be completed as early as possible. In this paper, we investigate problem decomposition into time windows whose operations can be successively scheduled and optimized by means of multi-shot Answer Set Programming (ASP) solving. From a computational perspective, decomposition aims to split highly complex scheduling tasks into better manageable subproblems with a balanced number of operations such that good-quality or even optimal partial solutions can be reliably found in a small fraction of runtime. We devise and investigate a variety of decomposition strategies in terms of the number and size of time windows as well as heuristics for choosing their operations. Moreover, we incorporate time window overlapping and compression techniques into the iterative scheduling process to counteract optimization limitations due to the restriction to window-wise partial schedules. Our experiments on different JSP benchmark sets show that successive optimization by multi-shot ASP solving leads to substantially better schedules within tight runtime limits than single-shot optimization on the full problem. In particular, we find that decomposing initial solutions obtained with proficient heuristic methods into time windows leads to improved solution quality.

📄 PDF Abstract BibTeX arXiv:2205.07537

Code (1)

prosysscience/job-shop-scheduling 공식 구현

Tasks

Combinatorial OptimizationJob Shop SchedulingProblem DecompositionScheduling

Similar Papers 제목 키워드 기반

Solving a Multi-resource Partial-ordering Flexible Variant of the Job-shop Scheduling Problem with Hybrid ASP

2021-01-25 · Giulia Francescutto, Konstantin Schekotihin, Mohammed M. S. El-Kholany

Many complex activities of production cycles, such as quality control or fault analysis, require highly experienced specialists to perform various operations on (semi)finished products using different tools. In practical…

Job Shop SchedulingScheduling

Fantastic Embeddings and How to Align Them: Zero-Shot Inference in a Multi-Shop Scenario

2020-07-20 · Federico Bianchi, Jacopo Tagliabue, Bingqing Yu, Luca Bigon 외

This paper addresses the challenge of leveraging multiple embedding spaces for multi-shop personalization, proving that zero-shot inference is possible by transferring shopping intent from one website to another without …

A Tailored NSGA-III Instantiation for Flexible Job Shop Scheduling

2020-04-14 · Yali Wang, Bas van Stein, Michael T. M. Emmerich, Thomas Bäck

A customized multi-objective evolutionary algorithm (MOEA) is proposed for the multi-objective flexible job shop scheduling problem (FJSP). It uses smart initialization approaches to enrich the first generated population…

DiversityJob Shop SchedulingScheduling

Shopping MMLU: A Massive Multi-Task Online Shopping Benchmark for Large Language Models

2024-10-28 · Yilun Jin, Zheng Li, Chenwei Zhang, Tianyu Cao 외

Online shopping is a complex multi-task, few-shot learning problem with a wide and evolving range of entities, relations, and tasks. However, existing models and benchmarks are commonly tailored to specific tasks, fallin…

Few-Shot LearningMMLU

Exploring Question Decomposition for Zero-Shot VQA

2023-10-25 · NeurIPS 2023 11

Visual question answering (VQA) has traditionally been treated as a single-step task where each question receives the same amount of effort, unlike natural human question-answering strategies. We explore a question decom…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)