A load balance algorithm for distributed crowd simulation based on connected graph partition

Wenping Zhou,Haoxuan Tang,Zhenzhou Ji
2013-01-01
Abstract:To overcome the high partition cost and low execution performance of existing task partition methods of distributed crowd simulation, a load balance algorithm based on k-way partition of connected graph is proposed. Firstly, the K-AOI edges is calculated parallelly on GPU environment. Later, the delaunay edges is calculated by delaunay triangulation algorithm. Then a connected graph is constructed by merging the AOI edges and delaunay edges. Finally, the spanning connected graph is split by k-way partition method for task assignment. The experiments prove that the method provides higher performance than RBP/LP/CRP algorithm and cluster-based algorithm for different simulation environment and different population distribution while keeping low cost. © 2013 ICIC International.
What problem does this paper attempt to address?