| Interface | Description |
|---|---|
| AssignmentCheck<V extends Variable<V,T>,T extends Value<V,T>> |
Simple interface providing an assignment check for the
EnrollmentSelection. |
| Class | Description |
|---|---|
| EnrollmentSelection |
Enrollment selection criterion.
|
| RandomizedBacktrackNeighbourSelection |
Randomized backtracking-based neighbour selection.
|
| RestoreBestSolution |
A simple step that checks whether the best solution has improved since the last check.
|
| RouletteWheelRequestSelection |
Variable (
Request) selection using RouletteWheelSelection. |
| StudentSctNeighbourSelection |
(Batch) student sectioning neighbour selection.
|
| TwoPhaseStudentSctNeighbourSelection |
Two-phase (Batch) student sectioning neighbour selection.
|