An Effective Two-Phase Genetic Algorithm for Solving the Resource Constrained Project Scheduling Problem (RCPSP)
D. Sun, S. Zhou

TL;DR
This paper introduces a novel two-phase genetic algorithm for RCPSP that alternates between intensification and diversification to improve solution quality, demonstrating effectiveness on benchmark problems.
Contribution
The paper proposes a new two-phase GA approach that enhances solution search by alternating parent selection strategies, improving results on standard RCPSP benchmarks.
Findings
Effective in improving heuristic solutions
Outperforms some existing methods on benchmarks
Balances exploration and exploitation successfully
Abstract
This note presents a simple and effective variation of genetic algorithm (GA) for solving RCPSP, denoted as 2-Phase Genetic Algorithm (2PGA). The 2PGA implements GA parent selection in two phases: Phase-1 includes the best current solutions in the parent pool, and Phase-2 excludes the best current solutions from the parent pool. The 2PGA carries out the GA evolution by alternating the two phases iteratively. In exploring a solution space, the Phase-1 emphasizes intensification in current neighborhood, while the Phase-2 emphasizes diversification to escape local traps. The 2PGA was tested on the standard benchmark problems in PSPLIB, the results have shown that the algorithm is effective and has improved some of the best heuristic 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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsResource-Constrained Project Scheduling · Metaheuristic Optimization Algorithms Research · Vehicle Routing Optimization Methods
