See: Description
| Class | Description |
|---|---|
| DisjointMultiAdditionNeighbourhood |
A subset neighbourhood that generates moves which simultaneously add a fixed number of items to the selection.
|
| DisjointMultiDeletionNeighbourhood |
A subset neighbourhood that generates moves which simultaneously remove a fixed number of items from the selection.
|
| DisjointMultiSwapNeighbourhood |
A subset neighbourhood that generates moves performing a fixed number of simultaneous swaps of selected and
unselected IDs.
|
| MultiAdditionNeighbourhood |
A subset neighbourhood that generates moves which simultaneously add up to \(k\) items to the selection,
where \(k\) is specified at construction (or unlimited).
|
| MultiDeletionNeighbourhood |
A subset neighbourhood that generates moves which simultaneously remove up to \(k\) items from the selection,
where \(k\) is specified at construction (or unlimited).
|
| MultiSwapNeighbourhood |
A subset neighbourhood that generates moves performing up to \(k\) simultaneous swaps of selected and
unselected IDs, where \(k\) is specified when creating the neighbourhood (or unlimited).
|
Copyright © 2016. All rights reserved.