How do you solve a timetabling issue using taboo search on Python?

136 Views Asked by At

Essentially, I am unaware of how one could implement taboo search in order to create a Python program to create a timetabler. How would you go around this problem?

If the only criteria were for classes to be as balanced each day as possible (eg. no one day with more than two math classes), how would this look like in Python (code-wise and pseudocode-wise).

Thanks!

0

There are 0 best solutions below