Implementation of iterative local search (ILS) for the quadratic assignment problem

05/10/2020
by   , et al.
0

The quadratic assignment problem (QAP) is one of the hardest NP-hard problems and problems with a dimension of 20 or more can be difficult to solve using exact methods. The QAP has a set of facilities and a set of locations. The goal is to assign each facility to a location such that the product of the flow between pairs of facilities and the distance between them are minimized. Sometimes there is also a cost associated with assigning a facility to a location. In this work, I solve the QAP using a population based iterative local search with open source code in C++. Results show that the code is able to solve all nug instances to optimality, thereby proving that the algorithm is capable of solving larger problems for which optimum solutions are not known.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/15/2023

A Genetic Algorithm Meta-Heuristic for a Generalized Quadratic Assignment Problem

The generalized quadratic assignment problem (GQAP) is one of the hardes...
research
12/07/2016

Re-identification of Humans in Crowds using Personal, Social and Environmental Constraints

This paper addresses the problem of human re-identification across non-o...
research
07/11/2021

Algorithms for Floor Planning with Proximity Requirements

Floor planning is an important and difficult task in architecture. When ...
research
10/19/2019

Kernels of Mallows Models under the Hamming Distance for solving the Quadratic Assignment Problem

The Quadratic Assignment Problem (QAP) is a well-known permutation-based...
research
01/10/2018

Instance Scale, Numerical Properties and Design of Metaheuristics: A Study for the Facility Location Problem

Metaheuristics are known to be strong in solving large-scale instances o...
research
09/16/2023

ChatGPT-4 with Code Interpreter can be used to solve introductory college-level vector calculus and electromagnetism problems

We evaluated ChatGPT 3.5, 4, and 4 with Code Interpreter on a set of col...
research
08/07/2018

Round-Table Group Optimization for Sequencing Problems

In this paper, a round-table group optimization (RTGO) algorithm is pres...

Please sign up or login with your details

Forgot password? Click here to reset