搜索资源列表
Ant_Colony_Algorithm_C
- 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法。
ant
- 几种基本蚁群算法的c++实现,最大最小蚁群算法,经典蚁群算法等-Several basic ant colony algorithm c++ implementation, the maximum and minimum colony algorithm, the classical ant colony algorithm
hc-mmas-ubqp
- 在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
Ant-colony-algorithm
- 根据最大最小蚁群算法 解决TSP问题 解决TSP问题 -According to the max min ant colony algorithm to solve the TSP problem
ACO
- 蚁群优化算法解决旅行商问题,采用最大最小蚁群优化算法来解决实际问题-Ant colony optimization algorithm
antcolony
- 简单的利用蚁群算法计算函数最大值或最小值(use ant colony algorithm to calculate the minimun and maximun of a function)
61210324
- 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法,()
蚁群算法
- 本文对蚁群算法的基本理论以及在 TSP 问题中的应用进行了系统研究和 MATLAB 仿真。介绍了蚁群算法的基本原理、特点和算法的实现方法。.基本蚁群算法由于存在搜索时间长,易陷入局部最优解等突出缺点,使得求解效果不是很好。针对这些缺陷,提出了改进的蚁群算法(最大-最小蚂蚁系统)求解 TSP 问题。改进主要在于限制路径信息素浓度、信息素的初始值以及强调对最优解得利用这三个方面。(In this paper, the basic theory of ant colony algorithm and
mmas
- 最大最小蚁群算法MMAS程序matlab版本(MMAS program MATLAB version)