登录
首页 » matlab » 粒子群算法原理及各种改进的PSO的matlab源码

粒子群算法原理及各种改进的PSO的matlab源码

于 2020-11-21 发布
0 390
下载积分: 1 下载次数: 31

代码说明:

说明:  各类改进粒子群算法,模拟退火,混合,随即权重,粒子群算法(All kinds of improved particle swarm optimization, simulated annealing, hybrid, random weight, particle swarm optimization)

文件列表:

粒子群算法原理及各种改进的PSO\AsyLnCPSO((异步变化的学习因子的粒子群算法)).m, 1085 , 2008-09-04
粒子群算法原理及各种改进的PSO\binaryPSO.m, 1132 , 2005-07-21
粒子群算法原理及各种改进的PSO\BreedPSO.m, 1829 , 2008-09-10
粒子群算法原理及各种改进的PSO\CLSPSO(混沌的粒子群算法).m, 2413 , 2008-09-13
粒子群算法原理及各种改进的PSO\LinWPSO(线性递减权重粒子群优化算法).m, 1028 , 2008-09-02
粒子群算法原理及各种改进的PSO\LnCPSO(同步变化的学习因子的粒子群算法).m, 1017 , 2008-09-04
粒子群算法原理及各种改进的PSO\pso\BF.m, 742 , 2006-11-14
粒子群算法原理及各种改进的PSO\pso\swarmeval.m, 2756 , 2006-10-27
粒子群算法原理及各种改进的PSO\pso\swarmpso.m, 2534 , 2006-11-01
粒子群算法原理及各种改进的PSO\PSO.m, 971 , 2008-09-02
粒子群算法原理及各种改进的PSO\RandWPSO(随机权重粒子群算法).m, 1116 , 2008-09-03
粒子群算法原理及各种改进的PSO\SAPSO(模拟退火粒子群算法).m, 1156 , 2008-09-11
粒子群算法原理及各种改进的PSO\SecPSO(二阶粒子群算法).m, 1073 , 2008-09-03
粒子群算法原理及各种改进的PSO\SecVibratPSO(二阶震荡粒子群算法).m, 1438 , 2008-09-03
粒子群算法原理及各种改进的PSO\SelPSO(混合粒子群算法).m, 1173 , 2008-09-10
粒子群算法原理及各种改进的PSO\SimuAPSO(基于模拟退火的粒子群算法).m, 1584 , 2008-09-04
粒子群算法原理及各种改进的PSO\spso(标准粒子群算法).m, 3199 , 2009-12-20
粒子群算法原理及各种改进的PSO\YSPSO(带压缩因子的粒子群算法).m, 1175 , 2008-09-02
粒子群算法原理及各种改进的PSO\《粒子群算法及应用》-纪震-经典论著.pdf, 24249322 , 2019-03-15
粒子群算法原理及各种改进的PSO\pso, 0 , 2019-10-03
粒子群算法原理及各种改进的PSO, 0 , 2019-10-03

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

发表评论

0 个回复

  • photonicscrystal
    含有多缺陷的光子晶体中的局域缺陷模,利用matlab编程,希望对大家有用(Photonic Crystal with Multiple Defects in the local defect mode, using matlab programming, we want to be useful)
    2010-07-19 07:45:29下载
    积分:1
  • iseyelidL01
    Check is it eyelid or not
    2012-04-24 19:03:50下载
    积分:1
  • LMSE
    LMSE算法实现判断线性可分性和求分界向量(LMSE algorithm for linear separability judgment and seek demarcation vector)
    2020-08-31 19:38:10下载
    积分:1
  • huamo
    永磁同步直线电机滑膜控制(SMC)MATLAB仿真模型,可以实现永磁直线电机的速度与位置的跟踪(Permanent magnet synchronous linear motor control (SMC) MATLAB simulation model, can achieve permanent magnet linear motor speed and position tracking)
    2020-08-29 15:48:12下载
    积分:1
  • robot2zip
    在matlab环境下,仿真一个机器人机械臂整个运动的情况。如果做这方面的东西,是个很不错的参考程序。(in Matlab environment, the simulation of a robot manipulator of the entire movement. If done this kind of thing, it's a pretty good reference program.)
    2007-06-10 09:26:20下载
    积分:1
  • find--k-best-1.00
    Implementation of the Murty algorithm to obtain the best K assignments. Includes the implementation of the Jonker-Volgenant algorithm. Usual applications are multiple target tracking algorithms, Joint Probabilistic Data Association (JPDA), Multiple Hypothesis Tracking (MHT), Global Nearest Neighbours (GNN), etc. Based on the original code by Jonker-Volgenant, and the Murty Matlab implementation by Eric Trautmann Can be used both from Java or Matlab. Time for a 100x100 assignment problem, with k=20: • Matlab implementation: 54.5 sec • Java implementation: 1 sec
    2012-06-11 02:34:33下载
    积分:1
  • Water-filling
    water-filling algorithm
    2015-01-25 02:04:39下载
    积分:1
  • SPGL1
    说明:  SPGL1: A solver for large-scale sparse reconstruction(% SPGL1: A solver for large-scale sparse reconstruction % Version 1.7 (May 20, 2009) % % Files % spg_bp - Solve the basis pursuit (BP) problem % spg_bpdn - Solve the basis pursuit denoise (BPDN) problem % spg_lasso - Solve the LASSO problem % spg_mmv - Solve the multiple measurement vector (MMV) problem % spg_group - Solve the group-sparse BPDN problem % spgdemo - Demonstrates the use of the SPGL1 solver % spgl1 - Expert driver for BP, BPDN, and LASSO problems % spgSetParms - Set options for SPGL1 % spgsetup - Compile the SPGL1 MEX interfaces % % $Id: Contents.m 1384 2009-05-20 19:09:37Z ewout78 $)
    2020-06-20 01:40:01下载
    积分:1
  • fft-source
    快速傅立叶变换(时域抽取基二fft)的源码的分析(Fast Fourier Transform (time-domain extraction base 2 fft) analysis of the source code)
    2009-12-02 15:16:17下载
    积分:1
  • boundary_type
    FEM2D_STOKES_SPARSE_BIG_CAVITY is a square region that is 1 unit wide and 1 unit high. The tangential velocity is specified to be 1 along the top boundary, with a zero normal component. On all other parts of the boundary, the velocity is specified to be zero.
    2014-08-14 05:15:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载