QAP

Ant Algorithm for the Quadratic Assignment Problem.

您现在正在关注此提交

An implementation of an Ant Algorithm to solve the Quadratic Assignment Problem of assigning n departments to n sites.

引用格式

Kyriakos Tsourapas (2026). QAP (https://ww2.mathworks.cn/matlabcentral/fileexchange/1663-qap), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

Fixed two problems found by Marie-Cécile Alvarez.

I was using the lower probability site instead of the highest one.

Also, I was storing the wrong assignment.

Thank you Marie-Cécile for pointing out these bugs.