Using GRASP Approach and Path Relinking to Minimize Total Number of Tardy Jobs on a Single Batch Processing Machine
Panteha Alipour

TL;DR
This paper develops a GRASP-based heuristic with path relinking to efficiently schedule jobs on a single batch processing machine, minimizing tardy jobs, especially for large problem instances.
Contribution
It introduces a novel GRASP construction phase and path relinking method tailored for batch scheduling with arbitrary job sizes and due dates.
Findings
GRASP outperforms commercial solver in solution quality
Proposed method effectively handles large problem instances
Solution quality is superior to existing heuristics
Abstract
This paper considers the problem of scheduling a single batch processing machine such that the total number of tardy jobs is minimized. The machine can simultaneously process several jobs as a batch as long as the machine capacity is not violated. The batch processing time is equal to the largest processing time among those jobs in the batch. Two decisions are made to schedule jobs on the batch processing machine, namely grouping jobs to form batches and sequencing the batches on the machines. Both the decisions are interdependent as the composition of the batch affects the processing time of the batch. The problem under study is NP-hard. Consequently, solving a mathematical formulation to find an optimal solution is computationally intensive. A Greedy Randomized Adaptive Search Procedure (GRASP) is proposed to solve the problem under study with the assumption of arbitrary job sizes,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
