An open API service indexing awesome lists of open source software.

https://github.com/davidgasquez/qap

:briefcase: Approach to the Quadratic Assignment Problem in C++ using memetic algorithms and tabu search.
https://github.com/davidgasquez/qap

memetic-algorithms

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

Instances obtained from [QAPLIB](http://anjos.mgi.polymtl.ca/qaplib/inst.html).

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