Abstract
Simulated annealing is an attractive, but expensive, heuristic for approximating the solution to combinatorial optimization problems. Since simulated annealing is a general purpose method, it can be applied to the broad range of NP-complete problems such as the traveling salesman problem, graph theory, and cell placement with a careful control of the cooling schedule.
Attempts to parallelize simulated annealing, particularly on distributed memory multicomputers, are hampered by the algorithm’s requirement of a globally consistent system state. In a multicomputer, maintaining the global state S involves explicit message traffic and is a critical performance bottleneck. One way to mitigate this bottleneck is to amortize the overhead of these state updates over as many parallel state changes as possible. By using this technique, errors in the actual cost C(S) of a particular state S will be introduced into the annealing process.
This dissertation places analytically derived bounds on the cost error in order to assure convergence to the correct result. The resulting parallel Simulated Annealing algorithm dynamically changes the frequency of global updates as a function of the annealing control parameter, i.e. temperature. Implementation results on an Intel iPSC/2 are reported.
Recommended Citation
Hong, Chul-Eui and McMillin, Bruce M., "Relaxing Synchronization in Distributed Simulated Annealing" (1992). Computer Science Technical Reports. 21.
https://scholarsmine.mst.edu/comsci_techreports/21
Department(s)
Computer Science
Report Number
CSC-92-18
Document Type
Technical Report
Document Version
Final Version
File Type
text
Language(s)
English
Rights
© 1992 University of Missouri--Rolla, All rights reserved.
Publication Date
Fall 1992
Comments
This report is substantially the Ph.D. dissertation of the first author, completed Fall 1992.