Home \ Tag Archives: Quadratic Assignment Problem

Tag Archives: Quadratic Assignment Problem

Quadratic Assignment Problem (QAP) using GA, PSO and FA

Downloads The download link of this project follows. MATLAB implementation of solving QAP using Genetic Algorithm (GA), Particle Swarm Optimization (PSO) and Firefly Algorithm (FA) Download Citing This Work If you wish, you can cite this content as follows. Cite as: Mostapha Kalami Heris, Quadratic Assignment Problem (QAP) using GA, PSO and FA (URL: https://yarpiz.com/359/ypap104-quadratic-assignment-problem), Yarpiz, 2015.

Read More »

Ant Colony Optimization in MATLAB

Ant Colony Optimization (ACO) are a set of probabilistic metaheuristics and an intelligent optimization algorithms, inspired by social behavior of ants. ACO algorithms are also categorized as Swarm Intelligence methods, because of implementation of this paradigm, via simulation of ants behavior in the structure of these algorithms. First ACO algorithm is proposed by Marco Dorigo in his PhD thesis, in ...

Read More »