-
ACTSP
实现了蚁群算法求解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 ====== ================================================== =================)
- 2009-05-09 17:21:45下载
- 积分:1
-
DC_Motor_Model
直流电动机动态模型,基于matlab/simulink平台,可直接嵌入Simulink中使用(DC Motor Model)
- 2011-01-04 15:13:04下载
- 积分:1
-
triangulationalgorithms
基于MATLAB对两种三角化算法的分析 基于MATLAB对两种三角化算法的分析(MATLAB based on the analysis of two kinds of triangulation algorithmsMATLAB based on the analysis of two kinds of triangulation algorithms)
- 2013-11-18 10:23:07下载
- 积分:1
-
matlab
一套很好的Matlab学习教程,值得一看~~~(A good Matlab Tutorial)
- 2010-05-07 10:13:06下载
- 积分:1
-
matlabchengxu
基于二维图像进行三维重建效果还可以,经测试误差较大(Two dimensional image reconstruction effect is also can be based on, after testing error)
- 2013-08-03 19:23:21下载
- 积分:1
-
matlab-minutae-extraction
找指紋特徵點 並圈選出來的 matlab 程序(Matlab program to find the fingerprint feature points and circle out)
- 2012-07-03 14:04:24下载
- 积分:1
-
ibatis-2.3.4.726
详细解释了ibatis的用法和jar包。。。。。。。。。。。。。(A detailed explanation of the use and ibatis jar package. . . . . . . . . . . . .)
- 2013-11-21 21:26:05下载
- 积分:1
-
基于MATLAB的高等数学问题求解 的程序
基于MATLAB的高等数学问题求解 的程序. 包括 图形处理,数值计算等等(Programs for solving advanced mathematical problems based on MATLAB, including graphics processing, numerical calculation and so on)
- 2020-06-20 01:20:02下载
- 积分:1
-
iso2mesh-0.8.0
基于matlab的二维与三维的建模,里面许多工具函数(Matlab-based two-dimensional and three-dimensional modeling, a number of tools which function)
- 2009-05-16 01:37:29下载
- 积分:1
-
MATLAB7
ATLAB是矩阵实验室(Matrix Laboratory)的简称,是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。(ATLAB is a matrix laboratory (Matrix Laboratory) for short, is a U.S. company produced a commercial mathematics MathWorks software for algorithm development, data visualization, data analysis and numerical calculation of the senior technical computing language and interactive environment, including MATLAB and Simulink two parts.)
- 2010-11-01 17:47:07下载
- 积分:1