登录
首页 » matlab » 15 粒子群优化算法参考程序

15 粒子群优化算法参考程序

于 2021-03-22 发布
0 263
下载积分: 1 下载次数: 1

代码说明:

说明:  基于MATLAB的粒子群优化算法的程序参考代码(Program reference code of particle swarm optimization algorithm based on MATLAB)

文件列表:

15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\Demo1\fun.m, 166 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\Demo1\main.m, 2110 , 2017-08-06
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\Demo1\wchange.m, 532 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\Demo2\fun.m, 207 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\Demo2\main.m, 1927 , 2017-08-06
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\evolutioncomplete.m, 633 , 2013-05-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\license.txt, 2608 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\heart.m, 182 , 2013-05-02
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\initstate.m, 718 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\overlaycontour.m, 585 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\overlaysurface.m, 1993 , 2013-06-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psocheckbounds.m, 4726 , 2013-05-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psocheckinitialpopulation.m, 5123 , 2013-05-04
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psocheckpopulationinitrange.m, 559 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psocreationbinary.m, 800 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psocreationuniform.m, 948 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psogenerateoutputmessage.m, 1811 , 2013-06-16
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psogetinitialpopulation.m, 805 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\psorunhybridfcn.m, 2756 , 2013-06-16
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\quadrifolium.m, 444 , 2013-05-02
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\unitcircle.m, 288 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\unitdisk.m, 286 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\private\void.m, 38 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\pso.m, 26023 , 2013-12-20
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psobinary.m, 1461 , 2013-05-13
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoboundsabsorb.m, 1814 , 2010-06-03
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoboundspenalize.m, 2971 , 2013-12-20
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoboundsreflect.m, 540 , 2010-06-03
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoboundssoft.m, 2454 , 2013-12-20
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psocalculatepenalties.m, 723 , 2013-05-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psodemo.m, 2261 , 2013-06-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoiterate.m, 2239 , 2010-08-19
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psooptimset.m, 9936 , 2013-07-02
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoplotbestf.m, 1597 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoplotscorediversity.m, 408 , 2013-05-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoplotswarm.m, 3443 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\psoplotswarmsurf.m, 1934 , 2013-06-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\releasenotes.txt, 11747 , 2013-12-20
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\ackleysfcn.m, 360 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\binarytestfcn.m, 258 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\dejongsfcn.m, 189 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\dropwavefcn.m, 466 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\griewangksfcn.m, 438 , 2013-06-16
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\langermannsfcn.m, 579 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\nonlinearconstrdemo.m, 1349 , 2013-07-02
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\rastriginsfcn.m, 783 , 2013-06-14
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\rosenbrocksfcn.m, 574 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\schwefelsfcn.m, 475 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\templatefcn.m, 962 , 2013-04-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt\testfcns\testfcn1.m, 483 , 2013-05-15
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psopt20131220.zip, 41426 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\A Particle Swarm Optimization (PSO) Primer.pdf, 741121 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\DemoPSOBehavior.m, 4862 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\goplotpso.m, 5788 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\goplotpso4demo.m, 4899 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\hiddenutils\forcecol.m, 172 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\hiddenutils\forcerow.m, 181 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\hiddenutils\linear_dyn.m, 749 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\hiddenutils\normmat.m, 4588 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\hiddenutils\spiral_dyn.m, 841 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\license.txt, 1311 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\nnet\demoPSOnet.m, 1857 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\nnet\goplotpso4net.m, 7808 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\nnet\pso_neteval.m, 836 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\nnet\trainpso.m, 11664 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\pso_Trelea_vectorized.m, 22223 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\ReadME.txt, 4387 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\ackley.m, 871 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\alpine.m, 639 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\DeJong_f2.m, 732 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\DeJong_f3.m, 506 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\DeJong_f4.m, 1004 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\f6.m, 314 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\f6mod.m, 700 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\f6_bubbles_dyn.m, 1510 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\f6_linear_dyn.m, 617 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\f6_spiral_dyn.m, 872 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\Foxhole.m, 1278 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\Griewank.m, 1214 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\NDparabola.m, 663 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\Rastrigin.m, 521 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\Rosenbrock.m, 723 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt\testfunctions\tripod.m, 895 , 2014-02-12
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\PSOt.zip, 761969 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\ChangeLog.txt, 490 , 2004-05-30
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\DrawSwarm.m, 721 , 2003-07-10
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\functions\DeJong.m, 297 , 2003-07-10
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\functions\Griewank.m, 433 , 2003-07-10
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\functions\Rastrigrin.m, 373 , 2003-07-10
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\functions\Rosenbrock.m, 531 , 2003-07-14
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\f_Rastrigrin_10d20p, 900 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\f_Rastrigrin_10d40p, 900 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\f_Rastrigrin_10d80p, 900 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\f_Rastrigrin_20d20p, 900 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\f_Rastrigrin_20d40p, 900 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\get_psoOptions.m, 9814 , 2003-07-10
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\h_Rastrigrin_10d20p, 802 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\h_Rastrigrin_10d40p, 802 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\h_Rastrigrin_10d80p, 802 , 2015-11-01
15 粒子群优化算法参考程序\15 粒子群优化算法参考程序\Code\PSO_ToolBox\psotb-beta-0.3\h_Rastrigrin_20d20p, 802 , 2015-11-01

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

发表评论

0 个回复

  • improvealgorithmofrbf
    说明:  一个对RBF进行改进的程序,其中有演示的例子(1 pairs of RBF to improve procedures, including examples of presentation)
    2008-10-09 12:50:59下载
    积分:1
  • timeseriesas
    本程序采用MATLAB编写,内容关系数字图形分析与处理,内有例子说明使用(This program written by MATLAB, the contents of relations figures graphical analysis and processing, there are examples of the use)
    2010-06-04 15:01:14下载
    积分:1
  • fft
    this algorithm describes how to take fast fourier transform in matlab
    2010-06-23 21:12:49下载
    积分:1
  • Matlab__dengwenxian
    说明:  属于图像处理的基本算法,用MATLAB实现了画等温线的方法。(Belong to the basic algorithm for image processing, using MATLAB a painting method isotherms.)
    2009-08-10 12:59:56下载
    积分:1
  • Win32_MATLAB_C_Math_Library
    从 Win32 控制台程序调用MATLAB C Math Library(From the Win32 Console Application called MATLAB C Math Library)
    2009-12-17 20:45:56下载
    积分:1
  • rscode
    采用RS和1/2码率卷积码的级联码,实现高可靠性数字传输(Using RS and 1/2 rate convolutional code concatenated code, high reliability digital transmission)
    2014-12-22 15:57:23下载
    积分:1
  • rectangular_surface
    In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.
    2009-03-03 15:16:20下载
    积分:1
  • MATLAB-and-communication-simulation
    1、研究BFSK在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系; 2、研究BFSK在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。 3、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(无突发干扰)的误码率性能与信噪比之间的关系;分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 4、研究BFSK+信道编码(取BCH码和汉明码)在加性高斯白噪声信道下(有突发干扰)的误码率性能与信噪比之间的关系;分析突发干扰的持续时间对误码率性能的影响。分析不同码率对误码率性能的影响。比较不同信道编码方式的编码增益性能。 (The relationship between research BFSK in additive white Gaussian noise channel (non-burst interference) bit error rate performance and signal to noise ratio research BFSK in additive white Gaussian noise channel (burst interference The relationship between), bit error rate performance and signal to noise ratio analysis of the duration of the burst interference on the BER performance. The relationship between the 3 the study BFSK+ channel coding (take BCH code and Hamming code) under the additive white Gaussian noise channel (non-burst interference), bit error rate performance and signal to noise ratio analysis of the different rate of bit error rate the impact of the performance. Comparison of different channel coding, coding gain performance. The relationship between the 4 the study BFSK+ channel coding (take BCH code and Hamming code) under the additive white Gaussian noise channel (burst interference), bit error rate performance and signal to noise ratio duration analysis of bu)
    2012-06-23 13:30:08下载
    积分:1
  • Park_tran
    矢量控制的坐标变换,可以实现park变换(Coordinate transformation vector control can be achieved park transformation)
    2013-12-02 21:25:17下载
    积分:1
  • matlab_classic
    matlab经典程序 包含多个程序 值得借鉴(matlab classic several matlab classic codes)
    2012-02-06 15:12:52下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载