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

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

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

  • sm-matlab-1ed
    现代信号谱估计算法的matlab代码 调用函数代码(spectral analysis of signals)
    2009-03-26 22:04:56下载
    积分:1
  • jaibharath
    说明:  Matlab voice vehicle code can connected with external device
    2013-08-19 12:46:07下载
    积分:1
  • boxcount
    自己开发的程序,图像的分形维数计算。看到比较实用才发送上来(Their own development process, the image of the fractal dimension calculation. Was sent up to see more practical)
    2011-09-20 17:20:44下载
    积分:1
  • Numerical-Methods-for-PDE
    一、椭圆型偏微分方程 1. Helmholtz方程 及 特例(Possion方程, Laplace方程); Helmholtz.m possion 2. 满足牛顿边值条件的Helmholtz方程;Helmholtz_Newton.m 二、抛物线型偏微分方程 1. 显式前向欧拉法 EF_Euler.m 2. 隐式后向欧拉法 IB_Euler.m 3. Grank-Nicholson法 Grank_Nicholson.m 4. 二维热传导抛物线方程 TDE.m 三、双曲线型偏微分方程 1. 显式中心差分法(一维波动方程) ECD_Wave.m 2. 显式中心差分法(二维波动方程) Wave2.m 四、有限元法 二维偏微分法方程(拉普拉斯方程) fem_basis_ftn.m Show_Basis.m fem_coef 五、使用GUI形式的偏微分方程求解工具求解偏微分方程(PDETOOL) 来自《精通Matlab科学计算》第三版(Numerical Methods for PDE)
    2021-03-28 22:09:11下载
    积分:1
  • OK
    说明:  基于PCA实现的人脸识别,识别率达到80 以上(Face Recognition Based on PCA implementation, the recognition rate of more than 80 )
    2009-02-28 13:23:52下载
    积分:1
  • Programs
    This Codes Show Sampling and aliasing in a wave
    2011-07-11 21:56:46下载
    积分:1
  • images
    image processing image transforms such as radon fouriye
    2011-11-06 22:55:04下载
    积分:1
  • 2
    说明:  this file is about risk managment in marketing....
    2013-05-25 13:50:47下载
    积分:1
  • RakereceiverforCDMA
    该文件为rake接收机的一个完整发送,接受过程,并附有原理推导过程(The document for the rake receiver to send a complete and accept the process, together with the principle of derivation)
    2008-04-27 12:26:16下载
    积分:1
  • Lyapunov
    关于吕金虎CC算法和最大Lyapunov指数计算的一些问题的说明(About Lvjin Hu CC calculation algorithm and some of the largest Lyapunov exponent description of the problem)
    2011-10-19 11:38:39下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载