public class ExamRoomSwapNeighbour extends Neighbour<Exam,ExamPlacement>
| Constructor and Description |
|---|
ExamRoomSwapNeighbour(ExamPlacement placement,
ExamRoomPlacement current,
ExamRoomPlacement swap) |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(long iteration)
Perform assignmnet
|
boolean |
canDo() |
String |
toString() |
protected static String |
toString(double[] x,
double[] y) |
double |
value()
Difference in the evaluation function, if this neighnour is assigned.
|
public ExamRoomSwapNeighbour(ExamPlacement placement, ExamRoomPlacement current, ExamRoomPlacement swap)