paper-with-me

홈 › Papers

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

2023-08-15 · Mojtaba A. Farahani, Alan McKendall

The generalized quadratic assignment problem (GQAP) is one of the hardest problems to solve in the operations research area. The GQAP addressed in this work is defined as the task of minimizing the assignment and transportation costs of assigning a set of facilities to a set of locations. The facilities have different space requirements, and the locations have different space capacities. Multiple facilities can be assigned to each location if the space capacity is not violated. In this work, three instances of GQAP in different situations are presented. Then, a genetic algorithm is developed to solve the GQAP instances. Finally, the local neighborhood search with the steepest descend strategy is constructed and applied to the final solution obtained by the GA, and the final solution is compared with the best solution found by MPL/CPLEX software and reference papers. The results show that the developed GA heuristic is effective for solving the GQAP.

📄 PDF Abstract BibTeX arXiv:2308.07828

Code (1)

tamoraji/ga_for_gqap 공식 구현

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

A Comparative Study of Meta-heuristic Algorithms for Solving Quadratic Assignment Problem

2014-07-18 · Gamal Abd El-Nasser A. Said, Abeer M. Mahmoud, El-Sayed M. El-Horbaty

Quadratic Assignment Problem (QAP) is an NP-hard combinatorial optimization problem, therefore, solving the QAP requires applying one or more of the meta-heuristic algorithms. This paper presents a comparative study betw…

Combinatorial Optimization

Performance Analysis of Meta-heuristic Algorithms for a Quadratic Assignment Problem

2020-07-29 · Zohreh Raziei, Reza Tavakkoli-Moghaddam, Siavash Tabrizian

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 ha…

Combinatorial Optimization

Resource allocation using metaheuristic search

2016-05-06 · Andy M. Connor, Amit Shah

This research is focused on solving problems in the area of software project management using metaheuristic search algorithms and as such is research in the field of search based software engineering. The main aim of thi…

ManagementScheduling

An Adaptive Genetic Algorithm for Solving N-Queens Problem

2017-11-01 · Uddalok Sarkar, Sayan Nag

In this paper a Metaheuristic approach for solving the N-Queens Problem is introduced to find the best possible solution in a reasonable amount of time. Genetic Algorithm is used with a novel fitness function as the Meta…

Runtime Analysis of a Multi-Valued Compact Genetic Algorithm on Generalized OneMax

2024-04-17 · Sumit Adak, Carsten Witt

A class of metaheuristic techniques called estimation-of-distribution algorithms (EDAs) are employed in optimization as more sophisticated substitutes for traditional strategies like evolutionary algorithms. EDAs general…

Evolutionary Algorithms