登录
首页 » Visual C++ » MATLAB-PSO

MATLAB-PSO

于 2011-04-17 发布 文件大小:755KB
0 215
下载积分: 1 下载次数: 0

代码说明:

说明:  matlab编写的粒子群优化算法,相当的好用,本人的压箱底的东西(matlab PSO prepared, very easy to use, what my bottom pressure)

文件列表:

MATLAB编写的粒子群优化算法,好用
...............................\matlab代码
...............................\..........\Basic particle swarm optimization source code
...............................\..........\.............................................\Basic particle swarm optimization source code.txt,2448,2007-10-31
...............................\..........\.............................................\Basic pso.m,2442,2007-11-01
...............................\..........\hPSO
...............................\..........\....\hPSO.m,6022,2004-12-07
...............................\..........\....\hPSOoptions.m,5958,2004-12-07
...............................\..........\PSO with linkage operator
...............................\..........\.........................\PSO with linkage operator.txt,3388,2007-10-31
...............................\..........\.........................\Untitled.m,3350,2007-11-01
...............................\..........\PSOt
...............................\..........\....\A Particle Swarm Optimization (PSO) Primer.pdf,741121,2003-05-22
...............................\..........\....\DemoPSOBehavior.m,4862,2006-03-06
...............................\..........\....\goplotpso.m,5788,2006-03-14
...............................\..........\....\goplotpso4demo.m,4899,2006-03-06
...............................\..........\....\hiddenutils
...............................\..........\....\...........\forcecol.m,172,2004-04-27
...............................\..........\....\...........\forcerow.m,181,2004-04-27
...............................\..........\....\...........\linear_dyn.m,749,2004-08-23
...............................\..........\....\...........\normmat.m,4588,2006-03-17
...............................\..........\....\...........\spiral_dyn.m,841,2004-08-27
...............................\..........\....\nnet
...............................\..........\....\....\demoPSOnet.m,1857,2006-03-17
...............................\..........\....\....\goplotpso4net.m,7808,2006-03-14
...............................\..........\....\....\pso_neteval.m,836,2006-03-10
...............................\..........\....\....\trainpso.m,11664,2006-03-17
...............................\..........\....\pso_Trelea_vectorized.m,22223,2006-03-17
...............................\..........\....\ReadME.txt,4387,2006-03-17
...............................\..........\....\testfunctions
...............................\..........\....\.............\ackley.m,871,2004-08-23
...............................\..........\....\.............\alpine.m,639,2004-08-19
...............................\..........\....\.............\DeJong_f2.m,732,2004-08-13
...............................\..........\....\.............\DeJong_f3.m,506,2004-08-19
...............................\..........\....\.............\DeJong_f4.m,1004,2004-08-13
...............................\..........\....\.............\f6.m,314,2005-06-27
...............................\..........\....\.............\f6mod.m,700,2004-08-23
...............................\..........\....\.............\f6_bubbles_dyn.m,1510,2004-08-26
...............................\..........\....\.............\f6_linear_dyn.m,617,2006-02-27
...............................\..........\....\.............\f6_spiral_dyn.m,872,2006-02-27
...............................\..........\....\.............\Foxhole.m,1278,2004-08-13
...............................\..........\....\.............\Griewank.m,1214,2004-08-13
...............................\..........\....\.............\NDparabola.m,663,2004-08-19
...............................\..........\....\.............\Rastrigin.m,521,2004-08-19
...............................\..........\....\.............\Rosenbrock.m,723,2004-08-19
...............................\..........\....\.............\tripod.m,895,2004-08-19

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

发表评论

0 个回复

  • fft-(2)
    自编的快速傅里叶变换的matlab程序,已经经过调试了,是可用的(Self matlab program fast Fourier transform, has been debugged, it is available)
    2012-05-24 15:29:35下载
    积分:1
  • VTB4Matlab
    说明:  一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。(AP as a video processing with C/C code, the software can be used in Matlab. AVI including reading and CIF/QCIF video sequence code, Canny operator, Harris corner detection, and overall value threshold algorithm, dynamic threshold algorithm and so on.)
    2005-11-22 21:38:47下载
    积分:1
  • lua
    lua学籍的圣经,非常清晰,带目录,无任何字体模糊的地方。(lua school Bible is very clear, with a table of contents, without any font ambiguities.)
    2015-03-18 00:49:53下载
    积分:1
  • Projects
    Linear selection algorithm, similar to sequencing, the analysis algorithm to learn to be aware of
    2014-10-02 13:51:07下载
    积分:1
  • normally-distributed-random
    利用c语言生成符合正态分布的随机数,并在matlab程序中画出曲线图,并与理论值比较(Use c language to generate normally distributed random numbers and draw graphs in matlab program)
    2013-12-28 17:03:36下载
    积分:1
  • LEACH_Matlab_Code
    matlab,V c++,代码实现,可以实现leach路由算法(use it in V c++)
    2012-04-27 11:35:41下载
    积分:1
  • mmatlabtoolofa
    matlab的模式识别工具箱箱,非常有助于开发可直接使用。 (Matlab pattern recognition toolbox box, very helpful in the development can be used directly.)
    2012-07-16 18:00:48下载
    积分:1
  • dongtai
    捷联惯导的C程序实现,四元数表示姿态,动态数据显示,MATLAB进行图像处理,包含原始数据。(SINS of the C program implementation, said the attitude quaternion, dynamic data, MATLAB for image processing, including raw data.)
    2009-12-01 14:33:30下载
    积分:1
  • sleeptest
    WINDOWS 下延时函数Sleep()以及for循环的测试程序, 死循环会使WINDOWS死机?怕是许多老程序员都未必知道.(Under WINDOWS delay function Sleep (), as well as for the cycle of testing procedures, will WINDOWS cycle crash death? Fear is that many programmers are not aware of the old.)
    2009-05-23 10:35:33下载
    积分:1
  • 0--9shibie
    用MATLAB 实现一简单的数字(0--9)识别程序,非常好的源码。(Using MATLAB to achieve a simple number (0- 9) identification procedures, a very good source.)
    2008-01-04 10:40:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载