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://jp.mathworks.com/matlabcentral/fileexchange/1663-qap), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersTraveling Salesman (TSP) についてさらに検索

一般的な情報

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.