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!