-
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
-
sinskalman
一段关于捷联惯导系统卡尔曼滤波的Matlab仿真程序,(Paragraph on the SINS Kalman filter Matlab simulation program,)
- 2012-06-08 12:27:18下载
- 积分:1
-
PV_Array
commande vectorielle d un moteur asynchrone sans capteur de vitesse
- 2012-06-29 07:57:59下载
- 积分:1
-
Algoritmos
Train and test a GMM model and a SVM model in matlab
- 2014-11-25 23:22:45下载
- 积分:1
-
Bitefight_Clone
This is Bitefight_Clone.
- 2010-03-01 11:50:47下载
- 积分:1
-
gas_diffusive
污染物扩散的数值模拟,单扩散,无源,对热传递很有帮助(Pollutant dispersion simulation, single diffusion, passive, very useful for heat transfer)
- 2011-07-04 21:43:54下载
- 积分:1
-
cmac
CMAC与pid复合控制算法~~可以参考!希望能对大家有所帮助!
(CMAC with pid complex control algorithms can refer ~ ~! The hope that it can be helpful to everyone!)
- 2008-04-14 10:41:34下载
- 积分:1
-
Desktop
经典的功率谱和 双谱估计,很好,看看能用上的。(Classic power spectrum and dual spectrum estimation, well, look at can be used on.)
- 2013-07-24 09:05:30下载
- 积分:1
-
1
说明: 在MATLAB平台上通过实验进一步了解离散小波变换,加深对小波变换的理解(Digital watermarking based on Wavelet Transform)
- 2014-11-24 21:27:46下载
- 积分:1
-
K-means
K均值聚类的例子程序,程序中有附带的数据(examples of k-means technology)
- 2013-03-27 22:48:48下载
- 积分:1