Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heuristic solution to the TimeTabling Problem

A form of optimizing the assignment of students on a calendar based on multiple preferred time slots provided by each student.

# The algorithm

# FOR 1000 iterations:
    # create copy of STUDENT_LIST and shuffle it
    # While tries are less than 100:
        # pick a student at random from STUDENT_LIST:
            # create random copy of this STUDENT times
            # for every time available:
                # is time available?
                #   T: assign time, then append student and its time to finalLIst.
                #      erase student from clone students LIST once it's done
                #      stop looking for more STUDENT times
        # tries += 1

Here is an introduction and video tutorial:
Video Tutorial

About

A heuristic approach to the timetabling problem.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages