搜索资源列表
ACATSP
- ant source,having an example-ant
ACATSP
- 这是一个简单的粒子群算法的程序,该程序简单易懂,便于初学者学习和应用-This is a simple particle swarm optimization program that is easy to understand, easy for beginners to learn and apply
ACATSP
- 蚁群算法函数实现,用于寻找最短路径 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数 m 蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-Ant colony algorithm
TCP
- 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。 function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-Ant colony algorithm is very hot current research an intelligent algorithm, the
ACATSP
- 蚁群算法求解旅行商问题的实例,结果直观,值得学习,亲测可用,参数已经修改至最优。-Ant colony algorithm for traveling salesman problem instances, result intuitive, it is worth learning, pro-test is available, the parameters have been modified to the optimum.
ACATSP
- 蚁群算法的TSP路径优化程序,程序运行良好。-TSP path ant colony algorithm optimization program, the program runs well.
ACATSP
- 蚁群算法,自己修改版本,只要直接调用m文件就行。-ant colony optimization
ACATSP
- 利用蚁群算法解决tsp问题,给定各个位置的坐标,自动给出一条路径方案(Ant colony algorithm to solve the TSP problem, given the coordinates of each location, automatically gives a path scheme)
ACATSP
- 蚁群算法 Matlab 版,个人觉得很好用,实现简单(Ant colony algorithm Matlab.)
ACATSP
- 利用蚁群算法来解带时间窗的车辆路径问题,matlab编程(Using ant colony algorithm to solve vehicle routing problem with time window, matlab programming)