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

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

于 2021-03-22 发布
0 241
下载积分: 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 个回复

  • cordic
    Cordic算法的Matlab实现,里面有一些数据文件是程序产生的。这个是Cordic算法未改进版本。(It s an implementation of conventional CORDIC algorithm。)
    2009-02-24 20:24:49下载
    积分:1
  • robots
    仿真移动机器人避障的实验,是机器人在制定的环境中避开障碍,到达目的地。(Simulation of mobile robot obstacle avoidance experiments, is in the formulation of the robot environment to avoid obstacles, reach their destinations.)
    2008-01-23 17:56:24下载
    积分:1
  • fingerprintrecognizer
    A fingerprint recognizing system is built with two principal components: the fingerprint admin istrator and the fingerprint recognizer. Fingerprints are identified by their special features such as ridge endings, ridge bifurcation, short ridges, and ridge enclosures, which are collectively called the minutiae.
    2010-11-07 12:17:58下载
    积分:1
  • VMD
    VMD算法程序,自己调好的可以直接运行,适合初学者。(VMD algorithm program, its own tune can be directly run, suitable for beginners.)
    2020-12-13 22:59:16下载
    积分:1
  • RiccatiB
    高等转子动力学中,利用Riccati方法求取转子-轴系固有弯振频率代码,每一步均有相应注释说明。(Advanced rotor dynamics, calculating rotor shafting bending vibration inherent frequency code using the Riccati method, each step has a corresponding notes.)
    2015-01-19 20:58:50下载
    积分:1
  • 95302oless
    dtc for the induction motor with the estimation of speed using MRAS is good
    2021-05-07 19:16:37下载
    积分:1
  • chudeng
    一个介绍matlab的课件,介绍初等模型的,相信对大家都有用处的,很好的课件。(An introduction matlab courseware to introduce elementary model, I believe we have useful, well courseware.)
    2010-07-27 16:41:55下载
    积分:1
  • intro
    Adaptive Techniques for Mixed Signal System on Chip
    2009-03-12 13:45:31下载
    积分:1
  • Chapter3
    (书)现代通信系统使用MATLAB第三章(ALLIANCES is a recently proposed cooperative random access protocol for wireless networks. In this paper we modify the original model to include user location information. We also derive pair-wise error probability (PEP) under Rayleigh flat fading channel and a power-law attenuation environment. Based on the PEP analysis we propose an optimal relay selection scheme, which achieves significant throughput gains as compared to the random relay selection scheme in the original ALLIANCES.)
    2009-03-30 19:57:34下载
    积分:1
  • watermarkdct1
    说明:  图像变换关于离散余炫域数字水印技术的相关程序欢迎下载(Image Transform on the discrete domain I Xuan digital watermarking technology related procedures welcome to download)
    2006-03-27 21:56:36下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载