paper-with-me

홈 › Papers

Iterative beam search algorithms for the permutation flowshop

2020-09-12 · Luc Libralesso, Pablo Andres Focke, Aurélien Secardin, Vincent Jost

We study an iterative beam search algorithm for the permutation flowshop (makespan and flowtime minimization). This algorithm combines branching strategies inspired by recent branch-and-bounds and a guidance strategy inspired by the LR heuristic. It obtains competitive results, reports many new-best-so-far solutions on the VFR benchmark (makespan minimization) and the Taillard benchmark (flowtime minimization) without using any NEH-based branching or iterative-greedy strategy. The source code is available at: https://gitlab.com/librallu/cats-pfsp.

📄 PDF Abstract BibTeX arXiv:2009.05800

Code (1)

https://gitlab.com/librallu/cats-pfsp 공식 구현

Similar Papers 제목 키워드 기반

Exploiting Promising Sub-Sequences of Jobs to solve the No-Wait Flowshop Scheduling Problem

2019-03-21 · Lucien Mousin, Marie-Eléonore Kessaci, Clarisse Dhaenens

The no-wait flowshop scheduling problem is a variant of the classical permutation flowshop problem, with the additional constraint that jobs have to be processed by the successive machines without waiting time. To effici…

Combinatorial OptimizationSchedulingSpecificity

Dynamic operator management in meta-heuristics using reinforcement learning: an application to permutation flowshop scheduling problems

2024-08-27 · Maryam Karimi Mamaghan, Mehrdad Mohammadi, Wout Dullaert, Daniele Vigo 외

This study develops a framework based on reinforcement learning to dynamically manage a large portfolio of search operators within meta-heuristics. Using the idea of tabu search, the framework allows for continuous adapt…

ManagementQ-LearningScheduling

Batch Bayesian Optimization on Permutations using the Acquisition Weighted Kernel

2021-02-26 · Changyong Oh, Roberto Bondesan, Efstratios Gavves, Max Welling

In this work we propose a batch Bayesian optimization method for combinatorial problems on permutations, which is well suited for expensive-to-evaluate objectives. We first introduce LAW, an efficient batch acquisition m…

Bayesian OptimizationPoint ProcessesScheduling

An Improved NSGA-II with local search for multi-objective energy-efficient flowshop scheduling problem

2025-03-01 · Vigneshwar Pesaru, Venkataramanaiah Saddikuti

There has been an increasing concern to reduce the energy consumption in manufacturing and other industries. Energy consumption in manufacturing industries is directly related to efficient schedules. The contribution of …

Scheduling

Solving a Flowshop Scheduling Problem with Answer Set Programming: Exploiting the Problem to Reduce the Number of Combinations

2019-08-01 · Carmen Leticia García-Mata, Pedro Rafael Márquez-Gutiérrez

Planning and scheduling have been a central theme of research in computer science. In particular, the simplicity of the theoretical approach of a no-wait flowshop scheduling problem does not allow to perceive the problem…

Scheduling