Package ds.granules.naadsm.portionaldynamicmerge

This package contains an implementation of the dynamic merge+split algorithm based on herd density rather than geographic regions.

See: Description

Package ds.granules.naadsm.portionaldynamicmerge Description

This package contains an implementation of the dynamic merge+split algorithm based on herd density rather than geographic regions. In this method, if one worker is becoming a computation bottleneck, it will be split such that the herds it is responsible for are divided across two workers. Conversely, if two adjacent workers are under-loaded, they will be merged into a single worker.