Skip to content

Latest commit

 

History

History
15 lines (2 loc) · 224 Bytes

File metadata and controls

15 lines (2 loc) · 224 Bytes

Genetic-Algorithm-for-QAP

This code basically can solve Quadratic Assignment Problems with metaheuristic approach (Genetic Algorithm). Code can generally yield optimal solutions with n < 80 size of matrices.