登录
首页 » matlab » TSP-via-ants-colony

TSP-via-ants-colony

于 2014-02-01 发布 文件大小:3KB
0 252
下载积分: 1 下载次数: 2

代码说明:

  here is m-files for tsp problem .it is well written with good descriptions.and works even for large number of nodes.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • Adaptive_LMS
    lms for the simulation, this technique is used in egalization
    2011-04-26 00:01:04下载
    积分:1
  • CS_tool
    压缩感知的重要常用工具CVX,可用于图像处理,高分辨成像,内容包含用户指南以及相应matlab程序,非常齐全(Important commonly used tools of CVX, compressed sensing can be used for image processing, high resolution imaging, and includes a user guide and the corresponding matlab program, very well equipped)
    2012-07-05 21:36:58下载
    积分:1
  • ukf-ands-_ukf
    ukf sukf and ekf for GPS/SINS application (ukf ekf sukf)
    2013-09-30 22:45:35下载
    积分:1
  • rcwamethod_TETM
    严格耦合波方法计算二维光栅透射反射系数——matlab程序(Rigorous coupled-wave method to calculate two-dimensional transmission grating reflection coefficient- matlab program)
    2013-06-05 17:55:51下载
    积分:1
  • TopologyTools
    将一个复杂的HashMap转换成的字符传再转换为HashMap(Tranvert the String of HashMAP to HashMAP)
    2009-11-15 22:10:34下载
    积分:1
  • MATLAB-ACO-PSO-IA
    群智能算法包括蚁群、粒子群算法等,以及人工免疫算法(Swarm intelligence algorithms include ant colony, particle swarm optimization, and artificial immune algorithm)
    2013-01-09 22:19:10下载
    积分:1
  • branch
    关于基因序列上的比对问题 运用的方法是分支定界法 同时有贪婪算法作以比较(On the sequence alignment problem on the use of branch and bound method is a greedy algorithm for the same time to compare)
    2010-12-07 20:13:23下载
    积分:1
  • gmm3.m
    高斯混合模型的核心计算方法,matlab里可直接调用(Core calculation method based on Gaussian mixture model, matlab years can be called directly)
    2014-10-04 12:55:08下载
    积分:1
  • dea
    说明:  利用数据包论分析计算全要素生产率并进行分解(Using Data Package Theory to Analyze, Calculate and Decompose Total Factor Productivity)
    2019-10-14 21:13:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载