Performance Analysis of Meta-heuristic Algorithms for a Quadratic Assignment Problem
Zohreh Raziei, Reza Tavakkoli-Moghaddam, Siavash Tabrizian

TL;DR
This paper compares various meta-heuristic algorithms, including local and global search strategies, for solving the NP-hard quadratic assignment problem, providing insights into their performance and convergence.
Contribution
It offers a comparative analysis of multiple meta-heuristics and introduces a new method to measure strong convergence conditions for these algorithms.
Findings
PSO, GWO, and 2-Opt outperform others in certain scenarios
Hybrid GA-PSO shows improved solution quality
Convergence conditions vary significantly among algorithms
Abstract
A quadratic assignment problem (QAP) is a combinatorial optimization problem that belongs to the class of NP-hard ones. So, it is difficult to solve in the polynomial time even for small instances. Research on the QAP has thus focused on obtaining a method to overcome this problem. Heuristics and meta-heuristics algorithm are prevalent solution methods for this problem. This paper is one of comparative studies to apply different metaheuristic algorithms for solving the QAP. One of the most popular approaches for categorizing meta-heuristic algorithms is based on a search strategy, including (1) local search improvement meta-heuristics and (2) global search-based meta-heuristics. The matter that distinguishes this paper from the other is the comparative performance of local and global search (both EA and SI), in which meta-heuristics that consist of genetic algorithm (GA), particle swarm…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Scheduling and Optimization Algorithms · Vehicle Routing Optimization Methods
