最基本的蚁群算法 求解TSP我要分享

The most basic ant colony algorithm for TSP

蚁群--tsp 元启发式算法 ACO 蚁群算法2opt 2-opt优化算法

关注次数: 288

下载次数: 2

文件大小: 75KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

蚁群算法,蚁群优化算法(ant colony optimization,ACO)就是一种特别成功的元启发式算法,在20年前诞生于意大利的一所最负盛名的大学——米兰理工大学。其灵感来源于真实蚂蚁的行为。


English Description:

Ant colony optimization (ACO) is a very successful meta heuristic algorithm, which was born in one of the most famous universities in Italy - Milan Polytechnic University 20 years ago. It's inspired by the behavior of real ants.


代码预览

最基本的蚁群算法%2B2opt邻域搜索_求解TSP.xls