2012/08/13 by Gerald Paul, Paul, Gerald
Engineering · #Distributed #FOS: Computer and information sciences #Optimization and Packing Problems #Parallel #Scheduling and Optimization Algorithms #Vehicle Routing Optimization Methods #and Cluster Computing (cs.DC)
paper · pdf · doi:10.48550/arxiv.1208.2675
openalex publication_date 2012/08/13 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
The quadratic assignment problem (QAP) is one of the most difficult combinatorial optimization problems. An effective heuristic for obtaining approximate solutions to the QAP is simulated annealing (SA). Here we describe an SA implementation for the QAP which runs on a graphics processing unit (GPU). GPUs are composed of low cost commodity graphics chips which in combination provide a powerful platform for general purpose parallel computing. For SA runs with large numbers of iterations, we find performance 50-100 times better than that of a recent non-parallel but very efficient implementation of SA for the QAP