TL;DR
This paper introduces a GPU-accelerated parallel Tabu Search algorithm tailored for the Resource Constrained Project Scheduling Problem, demonstrating significant improvements in computational efficiency and solution quality over CPU-based methods.
Contribution
The paper presents a novel GPU-based parallel Tabu Search with specific resource evaluation optimizations for solving the NP-hard scheduling problem.
Findings
GPU version outperforms CPU version in speed and solution quality
Proposed heuristics yield better solutions than existing methods
Effective resource evaluation algorithms enhance performance
Abstract
In the paper, a parallel Tabu Search algorithm for the Resource Constrained Project Scheduling Problem is proposed. To deal with this NP-hard combinatorial problem many optimizations have been performed. For example, a resource evaluation algorithm is selected by a heuristic and an effective Tabu List was designed. In addition to that, a capacity-indexed resource evaluation algorithm was proposed and the GPU (Graphics Processing Unit) version uses a homogeneous model to reduce the required communication bandwidth. According to the experiments, the GPU version outperforms the optimized parallel CPU version with respect to the computational time and the quality of solutions. In comparison with other existing heuristics, the proposed solution often gives better quality solutions.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
