public static class RandomUnassignmentSelection.UnassignStudentNeighbour extends Neighbour<Request,Enrollment>
| Constructor and Description |
|---|
UnassignStudentNeighbour(Student student)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
assign(long iteration)
All requests of the given student are unassigned
|
String |
toString() |
double |
value()
Difference in the evaluation function, if this neighnour is assigned.
|
public UnassignStudentNeighbour(Student student)
student - a student to be unassignedpublic double value()
Neighbourvalue in class Neighbour<Request,Enrollment>public void assign(long iteration)
assign in class Neighbour<Request,Enrollment>