This project implements a genetic algorithm approach to solve the Resource-Constrained Project Scheduling Problem (SRCPSP), which is a well-known NP-hard optimization problem in operations research ...
Abstract: This paper aims to shed light on the use of genetic algorithm to solve for the N Queens problem on values of N that are too large to compute using the simple backtracking method. The N ...