-
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
-
gaosi
通过matlab语言编程,实现利用Gauss消去法求解线性方程组(Through matlab language programming, using the Gauss elimination method for solving linear equations)
- 2013-10-06 20:48:52下载
- 积分:1
-
acoustic
用matlab绘制海洋声线的程序,是水声工程专业的人必须要掌握的(Marine acoustic line drawn using matlab procedure is Acoustics Engineering professional people must master)
- 2013-08-28 20:13:42下载
- 积分:1
-
FM_Replica_Correlator_New
调频信号作为探测信号的匹配滤波处理程序源码(FM signal as the detection signal matched filter processing program source code)
- 2010-07-09 16:13:24下载
- 积分:1
-
Video
This program detects the moving object and draws a rectangle around it.
- 2010-01-07 16:51:03下载
- 积分:1
-
deec_variants
Matalab code for deec variants protocols
- 2015-01-03 13:39:01下载
- 积分:1
-
MetodoBiseccion
Metodo biseccion con manual
- 2010-06-21 02:34:28下载
- 积分:1
-
oct02_2007_figure_2_latex
figures to latex code
generate latex code for matlab figure
- 2008-03-31 12:31:28下载
- 积分:1
-
aa
说明: 利用离散hopfield网络对图像进行去噪滤波,复原出效果较好的结果,要求初始存储的图像至少10幅以上,编程实现(Network using discrete hopfield image denoising filter, a better recovery result, the initial stored image requires at least 10 or more, programming)
- 2011-02-22 17:56:53下载
- 积分:1
-
wft_hanning
加窗傅里叶变换(windowed fourier transform_guassian)取hanning窗。(Windowed Fourier transform (windowed fourier transform_guassian) take hanning window.)
- 2011-07-06 17:12:32下载
- 积分:1