protected class ExamSplitMoves.ExamMergeNeighbour extends Neighbour<Exam,ExamPlacement>
| Constructor and Description |
|---|
ExamMergeNeighbour(Exam exam)
Child exam to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
assign(long iteration)
Perform the merge.
|
Exam |
exam()
Exam to be merged.
|
int |
nrStudents()
Number of students that will be moved back to the parent exam or to some other child (if there are any).
|
double |
value()
Value of the merge.
|
public ExamMergeNeighbour(Exam exam)
public void assign(long iteration)
assign in class Neighbour<Exam,ExamPlacement>public double value()
value in class Neighbour<Exam,ExamPlacement>public int nrStudents()