9.9. Allocate To Value From Queue

9.9.1. Algorithm Description

Allocate To Value From Queue is a versatile, generic form of Nearest Neighbour. It works like this:
  1. Put all values in a round-robin queue.
  2. Assign the best entity to the first value (from that queue).
  3. Repeat until all entities are assigned.

9.9.2. Configuration

Not yet implemented.