public abstract class Neighbour<V extends Variable<V,T>,T extends Value<V,T>> extends Object
NeighbourSelection| Constructor and Description |
|---|
Neighbour() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
assign(long iteration)
Perform assignmnet
|
abstract double |
value()
Difference in the evaluation function, if this neighnour is assigned.
|