See: Description
| Interface | Description |
|---|---|
| NeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>> |
Neighbour selection criterion.
|
| ValueSelection<V extends Variable<V,T>,T extends Value<V,T>> |
Value selection criterion.
|
| VariableSelection<V extends Variable<V,T>,T extends Value<V,T>> |
Variable selection criterion.
|
| Class | Description |
|---|---|
| BacktrackNeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>> |
Backtracking-based neighbour selection.
|
| GeneralValueSelection<V extends Variable<V,T>,T extends Value<V,T>> |
General implementation of value selection criterion.
|
| GeneralVariableSelection<V extends Variable<V,T>,T extends Value<V,T>> |
General implementation of variable selection criterion.
|
| MaxIdleNeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>> |
Simple extension of a provided
NeighbourSelection that halts the construction
heuristic or the IFS search when the underlying heuristic is unable to improve the
number of assigned variables. |
| RouletteWheelSelection<E> |
A general roulette wheel selection.
|
| RoundRobinNeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>> |
A round robin neighbour selection.
|
| StandardNeighbourSelection<V extends Variable<V,T>,T extends Value<V,T>> |
Standard neighbour selection criterion.
|