davidgasquez / qap

:briefcase: Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quadratic Assignment Problem

Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.

Instances obtained from QAPLIB.

Compilation

Use: make

Run

Execute with the instance data.dat using: ./bin/qap [data.dat]

Info

· The seed is fixed to 123456, you can change it in file main.cc

· The execution is limited by 100000 evaluations

About

:briefcase: Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.

License:GNU General Public License v2.0


Languages

Language:C++ 97.9%Language:Makefile 2.1%