protected class ExamSplitMoves.ExamShuffleNeighbour extends Neighbour<Exam,ExamPlacement>
| Constructor and Description |
|---|
ExamShuffleNeighbour(Exam exam)
Exam to be shuffled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
assign(long iteration)
Perform the shuffle.
|
Exam |
exam()
Exam to be shuffled.
|
double |
value()
Value of the shuffle.
|
public ExamShuffleNeighbour(Exam exam)
public void assign(long iteration)
assign in class Neighbour<Exam,ExamPlacement>public double value()
value in class Neighbour<Exam,ExamPlacement>