搜索资源列表
tsp
- TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
for-gsk
- 蚁群算法的优化,最小最大蚁群算法,加上方向因子-Ant colony optimization, ant colony algorithm for the minimum maximum, plus orientation factor
MMAS
- 最大最小改进蚁群优化算法,c++工程,编译即可-Max Min Ant Colony Optimization Algorithm, c++ projects can be compiled
MMAS
- 最大最小蚁群算法求解TSP的实现在基本算法的基础上做少许更改即可。 1》初始化路段信息素为最大值 2》在增加信息素时只更新最优路径 3》在挥发信息素时,将所有路段的信息素值限制在最大最小值之间-Max Min Ant Colony
ant_method
- 最大最小蚁群算法,有效解决基本蚁群算法中的收敛性的问题-Ant colony algorithm for the maximum and minimum
Ant-colony-algorithm
- 蚁群算法,包括基本蚁群算法,排序蚁群算法,最大最小蚁群算法-Ant colony algorithm, including the basic ant colony algorithm, sorting ant algorithm, ant colony algorithm for the maximum and minimum
yiqunsuanfa
- 蚁群算法的C++代码。包含基本蚁群算法,排序蚁群算法和最大最小蚁群算法。-Ant colony algorithm in C++ code. Includes the basic ant colony algorithm, sorting algorithm and the maximum and minimum colony ant algorithms.
MMACA
- 这是基于VB的关于最大最小蚁群算法,希望对大家有所帮助!-Max-Min ant colony algorithm
The-maximum-minimum--
- 旅行商最短路径问题近似算法最大最小蚁群算法,使用vc2008版本-Maximum and minimum ant colony algorithm
MMAS
- 采用C++语言编写的最大最小蚁群优化算法程序-C++ language using the max min ant colony optimization algorithm
MAX-MIN_Ant_System
- 基于C++语言编写的最大最小蚁群优化算法程序-max min ant colony optimization algorithm based on C language program
MMAS
- 最大最小蚁群算法Max-min ant colony algorithm-Max-min ant colony algorithm
MMASForTSP
- 最大最小蚁群算法求解TSP。最大最小蚁群算法通过限制信息素的上下限,使得搜索的开发探索能力更强。-Max- min ant colony algorithm for solving TSP. Maximum and minimum ant colony algorithm pheromone upper and lower limits, allowing developers to explore the ability to search for more.
ant
- 蚁群算法,求一个二元函数的最小值,用MATLAB求最小值可以转化成求最大值-matlab ant colony algorithm
6614917
- 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法,()
最大最小蚁群算法
- 最大最小蚁群算法,真正的源码,不过不是matlab语言的,可以借鉴一下,如果全是伸手党,当我没传。(mmas The existence of information Volatilization Coefficient in basic ant colony algorithm leads to the gradual loss of pheromones on the path that has never been searched, and the probability of bei
ACS
- 最大最小蚁群算法寻优优化,对路径的距离进行优化。(The algorithm optimizes and optimizes the maximum and minimum ant colony algorithm, and optimizes the distance of the path.)
TSP
- 基本蚁群算法求解TSP,还有一种改进的最大最小蚁群算法求解,包括绘图函数(The basic ant colony algorithm for TSP, and an improved maximum and minimum ant colony algorithm, including the drawing function.)
最大最小蚁群算法求解tsp
- 最大最小蚁群算法 求解tsp matlab编程(Tsp matlab programming based on max-min ant colony algorithm)
vrp
- 假设在一个供求关系系统中,车辆从货源取货,配送到对应的若干配送点。车辆存在最大载货量,且配送可能有时间限制。需要合理安排取货时间,组织适当的行车路线,使用户需求得到满足,同时使某个代价函数最小,比如总工作时间最少、路径最短等。 可以看出TSP问题是VRP问题的一种简单特殊形式。因此,VRP也是一种NP hard 问题。 目前解决此种问题的办法有多种,主要以启发式算法为主。包括退火算法、遗传算法、蚁群算法、禁忌算法等,本文介绍两种比较简单算法:C-W节约算法和遗传算法。(Assume that