Massively Parallel Simulated Annealing Embedded with Downhill A SPMD Algorithm for Cluster Computing

  • Authors:
  • Zhihui Du;Sanli Li;Shuyou Li;Mengyue Wu;Jing Zhu

  • Affiliations:
  • -;-;-;-;-

  • Venue:
  • IWCC '99 Proceedings of the 1st IEEE Computer Society International Workshop on Cluster Computing
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

Simulated Annealing(SA) is a frequently used stochastic algorithm to deal with combinatorial optimization problems and it converges with probability infinitely close to 1. SA is an NP algorithm and the long executive time prevents it from being accepted for many real-time applications. This paper presents a SPMD(Single Program Multiple Data) algorithm which combines SA with local searching algorithm -- downhill. The hybrid method not only keeps the convergence of SA but also improves the convergence speed of SA. Approximate solutions can be found quickly for complex optimization problems and more precise solutions can also be found by employing the same algorithm to fine-tune the approximate solutions. SA is an essential serial algorithm, but the SPMD algorithm breaks up the serial bottleneck of SA and its performance scales up linearly with the increase of processors, at the same time, the SPMD algorithm does not require careful choice of control parameters. Application cases show that the algorithm is robust and it can find high quality solution with high speed.