-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch Student Scheduling: Standard Selection (IFS)
- do not penalize unassignments by default - added an additional parameter to disable/enable the ability to accept worsening moves for critical course requests Neighbour.CriticalStandardCanWorsen, defaults to false - disabled timeout for switching of IFS (Neighbour.StandardTimeOut=0) - updated default timeout for not allowing conflicts to last 10% of the seach (Neighbour.StandardConflictTimeOut parameter) - conflicts are not allowed during the last 10% of the search time - added timeout for accepting worsening moves (Neighbour.StandardWorsenTimeOut) - defaults to last 30% of the time limit (worsening moves are not allowed during the last 30% of the search)
- Loading branch information
1 parent
edf1e54
commit bd49bca
Showing
3 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters