-
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
-
watermark
在matlab环境下实现视频水印的嵌入,要求视频未被压缩处理过。(Matlab environment in the realization of embedded video watermark, the requirements of video compression is not treated.)
- 2009-06-12 18:23:26下载
- 积分:1
-
cuboids_Apr19_2006
说明: 用来在视频中检测人体动作,包括了多种时空特征(Source code for human action detection in video)
- 2010-05-04 17:19:31下载
- 积分:1
-
paper1
一种上行小区间干扰协调的方法.pdf (An uplink inter-cell interference coordination method .pdf)
- 2014-11-02 21:14:51下载
- 积分:1
-
NthrIn2
一个关于机器人轨迹规划的小程序,感觉不错,自己写的,希望对大家有帮助(IT IS about robot,in matlab,maybe it is useful to you ,hope you will like it)
- 2013-12-22 15:33:33下载
- 积分:1
-
RBFPID
这是一个基于神经网络RBF的PID控制器,SIMULINK模型加m函数(This is a PID controller based on neural network RBF, SIMULINK model plus m function.)
- 2021-04-12 21:08:57下载
- 积分:1
-
Functions_nee_amma
It is amplitude shift keying
- 2010-11-14 14:53:11下载
- 积分:1
-
MATLAB
matlab小波工具箱,详细介绍了各种函数的使用方法(matlab wavelet tool kit.detail description of the wavelet using method.)
- 2014-09-03 15:35:24下载
- 积分:1
-
CRLBV3
改进了二维图像中四个基站定位目标节点的算法,为研究动态基站的误差下限CRLB提供参考。内有matlab源文件代码,运行后的fig文件,运行命令和相关说明(Improved two-dimensional image of the target node localization algorithm to four base stations to provide a reference for the study of dynamic CRLB base station. There matlab source code, fig file to run after run commands and instructions)
- 2014-05-07 14:00:14下载
- 积分:1
-
MATLAB-predictive-control
MATLAB模型预测控制工具箱进行模型预测控制器设计的全过程(Model Predictive Control Toolbox for MATLAB model predictive controller design process)
- 2010-09-03 10:39:17下载
- 积分:1