MATLAB编程实现将蚁群算法与交换邻域搜索算法结合(ACA)我要分享

Combining ant colony algorithm with exchange neighborhood search algorithm (ACA) by MATLAB programmi

MATLAB 蚁群算法 交换邻域搜索算法 ACA

关注次数: 398

下载次数: 5

文件大小: 18KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

将蚁群算法与2交换邻域搜索算法结合,用MATLAB编程实现。


English Description:

The ant colony algorithm is combined with 2-exchange neighborhood search algorithm, and is programmed with MATLAB.


代码预览

ACA_2opt\31个城市的坐标.xlsx

ACA_2opt\ACA.m

ACA_2opt\ACA_2opt.m

ACA_2opt\bier127.tsp

ACA_2opt\citys_data.mat

ACA_2opt\exchange2.m

ACA_2opt\ReadTSPFile.m

ACA_2opt\tspplot.m

ACA_2opt\tspsearch.m

ACA_2opt