Skip to content

davidgasquez/qap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published