Welcome![Sign In][Sign Up]
Location:
Search - ant-q

Search list

[AI-NN-PR51个城市的tsp程序

Description: 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
Platform: | Size: 1578 | Author: cuifangsong | Hits:

[Documents一种求解TSP的蚁群算法

Description: 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
Platform: | Size: 35840 | Author: 王涛 | Hits:

[Mathimatics-Numerical algorithms61185221164200791194591929675

Description: 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm matlab source code, the program attempts to have 31 cities to solve VRP, known optimal solution for the 784.1
Platform: | Size: 6144 | Author: 王艳艳 | Hits:

[AI-NN-PRAnt-Q

Description: 一个很好的蚁群算法程序,我读研的时候写的.-Ant colony algorithm a very good program, I wrote读研time.
Platform: | Size: 1149952 | Author: liuwei | Hits:

[Other65520754VRP

Description: 蚁群算法解决车辆最优路径问题,供大家学习交流用了!这个是很不错的代码,功能齐全!-Ant colony algorithm to solve the optimal vehicle routing problem, for we learn to use the! This is a very good code, a full-featured!
Platform: | Size: 106496 | Author: 刘勇 | Hits:

[matlabACATSP

Description: 蚁群算法的MATLAB程序,提供变量初始化 C=[1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196 1004 4312 790 4386 570 3007 1970 2562 1756 2788 1491 2381 1676 1332 695 3715 1678 3918 2179 4061 2370 3780 2212 3676 2578 4029 2838 4263 2931 3429 1908 3507 2367 3394 2643 3439 3201 2935 3240 3140 3550 2545 2357 2778 2826 2370 2975] m=31 Alpha=1 Beta=5 Rho=0.9 Q=100 NC_max=200 -Ant colony algorithm of MATLAB procedures, initialize the variable C = [1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196 1004 4312 790 4386 570 3007 1970 2562 1756 2788 1491 2381 1676 1332 695 3715 1678 3918 2179 4061 2370 3780 2212 3676 2578 4029 2838 4263 2931 3429 1908 3507 2367 3394 2643 3439 3201 2935 3240 3140 3550 2545 2357 2778 2826 2370 2975] m = 31 Alpha = 1 Beta = 5 Rho = 0.9 Q = 100 NC_max = 200
Platform: | Size: 2048 | Author: xiaofei | Hits:

[matlabACTSP

Description: 实现了蚁群算法求解TSP问题。注释详细 function[R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q) ------------------------------------------------------------------------- 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max最大迭代次数 m蚂蚁个数 Alpha表征信息素重要程度的参数 Beta表征启发式因子重要程度的参数 Rho信息素蒸发系数 Q信息素增加强度系数 R_best各代最佳路线 L_best各代最佳路线的长度 ========================================================================= -Ant Colony Algorithm for the realization of the TSP problem. Notes the detailed function [R_best, L_best, L_ave, Shortest_Route, Shortest_Length] = ACATSP (C, NC_max, m, Alpha, Beta, Rho, Q) ------------------------------------------------------------------- The main symbol------ C n that cities coordinates, n × 2 matrix NC_max the largest number of iterations m the number of Alpha ant pheromones characterized the importance of the parameters Beta factor heuristic importance of characterization of the parameters Rho evaporation coefficient of pheromone pheromone Q increase in intensity coefficient R_best best route generations generations L_best the length of the best route ====== ================================================== =================
Platform: | Size: 2048 | Author: 王晶 | Hits:

[AI-NN-PRACOforTSP

Description: tsp问题的群蚁算法实现,其中c为测试矩阵,代表各点的相对坐标,NC_max 最大迭代次数 ,m蚂蚁个数,Alpha 表征信息素重要程度的参数,Beta 表征启发式因子重要程度的参数,Rho 信息素蒸发系数,Q 信息素增加强度系数,R_best 各代最佳路线,L_best 各代最佳路线的长度,运行后得到最佳路线和收敛曲线-ant problem tsp algorithm group, of which c for the test matrix, the representative of the relative coordinates of the points, NC_max the largest number of iterations, m the number of ants, Alpha pheromone characterization of the importance of the parameters, Beta factor, the importance of heuristic characterization of the parameters , Rho pheromone evaporation factor, Q factor pheromone to increase strength, R_best generations the best route, L_best generations the best route length, running the best routes and the convergence curve
Platform: | Size: 1024 | Author: WJC | Hits:

[Mathimatics-Numerical algorithmsyqsfmatlab

Description: 强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。-Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.
Platform: | Size: 15360 | Author: 储育青 | Hits:

[Mathimatics-Numerical algorithmsmatlab

Description: VRP问题的蚁群算法源码,很经典,很实用-Ant colony algorithm VRP source problem, it is a classic, it is practical
Platform: | Size: 6144 | Author: 任树伟 | Hits:

[Mathimatics-Numerical algorithmsVRP

Description: 这是一个有关蚁群求解vrp问题。需建立文件输入客户地址。-This is an issue of the ant colony to solve vrp.
Platform: | Size: 2302976 | Author: 唐瑞雪 | Hits:

[AI-NN-PRACATSP

Description: C表示 n个城市的坐标,为n×2的矩阵 NC_max为最大迭代次数 m表示蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-C indicated that the coordinates of n cities, in order to n × 2 matrix NC_max maximum number of iterations m, said the number of Alpha characterization of ant pheromones importance of the parameters of Beta characterization of the parameters of heuristic importance of Rho factor pheromone pheromone evaporation coefficient Q increase the strength factor R_best generations of the best route L_best the length of each generation of the best route
Platform: | Size: 2048 | Author: 沈龙 | Hits:

[Windows DevelopACOforTSP

Description: ant colony for tsp code
Platform: | Size: 72704 | Author: ehsan | Hits:

[source in ebookVRP

Description: 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
Platform: | Size: 2048 | Author: 叶宏 | Hits:

[matlabQ-a-Mean

Description: this codes are uses for signal process and uses ant colony
Platform: | Size: 3072 | Author: mahyaoo | Hits:

[AI-NN-PRAS-chaos

Description: 添加混沌调整的Ant-Q模型,对于蚁群算法的参数调有很大帮助-the ant-Q model for ant algorithm added by chaos
Platform: | Size: 3072 | Author: 张可 | Hits:

[Mathimatics-Numerical algorithmsAnt-colony-algorithm

Description: 最短路径实现的蚁群算法 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数 m 蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-Ant colony algorithm to achieve the shortest path Description of the main symbols C n cities coordinates, n × 2 matrix NC_max maximum number of iterations m number of ants Alpha pheromone characterization of the degree of importance of parameters Beta factor of importance of the characterization parameters of the heuristic Rho pheromone evaporation coefficient Q factor pheromone to increase strength R_best generations the best route L_best the length of each generation the best route
Platform: | Size: 8192 | Author: 屈林 | Hits:

[AI-NN-PRMFCPath

Description: 迷宫中最优路径搜索,使用Q学习、蚁群优化和遗传优化三种方法实现。以MFC形式实现。-The optimal path search in the maze, using the Q-learning, ant colony optimization and genetic optimization of the three methods to achieve. MFC in the form to achieve
Platform: | Size: 16695296 | Author: icey | Hits:

[AI-NN-PRhdhe

Description: matlab的蚁群算法 蚂蚁个数 Alpha 表征信息素重要程度的参数Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线-Matlab ant colony algorithm and ant number of Alpha characterization of pheromone level parameters Beta characterization parameters of the heuristic factor Rho pheromone evaporation coefficient Q pheromone each generation the best route of increase the R_best of the strength coefficient
Platform: | Size: 3072 | Author: 方家安 | Hits:

[OtherACATSP

Description: 蚁群算法函数实现,用于寻找最短路径 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数 m 蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-Ant colony algorithm
Platform: | Size: 1024 | Author: 潇影 | Hits:
« 12 »

CodeBus www.codebus.net