Skip to content

Code for the project "A Comparison of Metaheuristic Algorithms for Timetabling"

Notifications You must be signed in to change notification settings

williamedwards/timetable-research

Repository files navigation

timetable-research

Code for the project "A Comparison of Metaheuristic Algorithms for Timetabling"

Created by William Edwards

Dependencies: Python2

#Installation Ensure all dependencies are installed. Clone this repository into a local directory.

#Running To run final data collection, run the command python finalcode2.py

This will take a long time to run. The program will run faster using PyPy. On Debian/Ubuntu systems, pypy can be installed py running the command as root:

apt-get install pypy

Then to run with pypy, run command

pypy finalcode2.py

About

Code for the project "A Comparison of Metaheuristic Algorithms for Timetabling"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages