This repository contains the source code to solve the Resource Constrained Project Scheduling Problem (RCPSP) using a Genetic Algorithm (GA) approach. The code is developed in C++ and was created using Visual Studio.
The Resource Constrained Project Scheduling Problem is a classic optimization problem where the objective is to find the best schedule for a set of tasks given a limited set of resources. This project aims to tackle this problem using Genetic Algorithms, which are a search heuristic that mimics the process of natural selection.
- C++ Compiler (preferably from Visual Studio)
- Visual Studio IDE (or any compatible IDE or editor)
-
Clone the repository:
git clone https://github.com/shadzzz90/RCPSP-Genetic-Algorithm
-
Open the solution file in Visual Studio.
-
Build the project.
-
Run the executable or debug within the IDE.
- Implementation of Genetic Algorithm for RCPSP.
Contributions are welcome! Please fork the repository and create a pull request with your changes, or open an issue to discuss any suggestions or bug reports.
[MIT]