Genetic algorithm to solve modular exams scheduling problem written in Python.
-
Updated
Apr 26, 2017 - Python
Genetic algorithm to solve modular exams scheduling problem written in Python.
Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.
Python program to implement Constraint Satisfaction Problem (CSP) on Exam Scheduling Problem using Backtracking Algorithm
Add a description, image, and links to the exam-schedule topic page so that developers can more easily learn about it.
To associate your repository with the exam-schedule topic, visit your repo's landing page and select "manage topics."