登录
首页 » matlab » PSO算法

PSO算法

于 2020-06-25 发布
0 210
下载积分: 1 下载次数: 4

代码说明:

说明:  粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是由J. Kennedy和R. C. Eberhart等开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法(Particle Swarm Optimization (PSO), also known as Particle Swarm Optimization (PSO), is a new evolutionary algorithm developed by J. Kennedy and R. C. Eberhart. PSO is a kind of evolutionary algorithm, which is similar to simulated annealing algorithm. It starts from random solution and searches for the best solution by iteration. It also evaluates the quality of solution by fitness. But it is simpler than genetic algorithm rules. It has no Crossover and Mutation operation of genetic algorithm. As a result, it searches for global optimum by following the optimal value currently searched. This algorithm has attracted the attention of academia for its advantages of easy implementation, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization is a parallel algorithm)

文件列表:

PSO算法\fun.m, 41 , 2019-07-13
PSO算法\PSO.m, 1944 , 2019-07-13
PSO算法, 0 , 2019-07-13

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

发表评论

0 个回复

  • 2016-5-5电动汽车规范
    说明:  国家质检总局发布的GB32960电动汽车平台接入规范(GB32960 Electric Vehicle Platform Access Specification issued by AQSIQ)
    2020-06-24 20:20:01下载
    积分:1
  • ADV7171是目前功能最全面的视频编码芯片,本程序完成对的初始化设置功能。...
    ADV7171是目前功能最全面的视频编码芯片,本程序完成对其的初始化设置功能。-ADV7171 is currently the most comprehensive video encoder chip, the process has completed its initialization settings.
    2022-03-29 10:26:24下载
    积分:1
  • flash幻灯切换+图片滚动效果
    一款flash幻灯切换+图片滚动效果,很适合影视站使用,左侧显示标题内容,鼠标放上后右侧大图立即跟着切换显示,当然了,大图片的右下角也可以控制图片切换,有按钮之类的控制键。图片切换的过程中使用滚动的效果。
    2022-10-06 15:50:03下载
    积分:1
  • Delphi 设置打印纸大小
    Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:   procedure TForm1.SetPaperSize(cx, cy: Integer);   var    a,b,c: array[0..255]of char;    bb: Cardinal;    ee: PDEVMODE;   begin    printer.PrinterIndex := printer.PrinterIndex;    printer.GetPrinter(a,b,c,bb);    ee:= GlobalLock(bb);    ee^.dmPaperSize := DMPAPER_USER;    ee^.dmPaperLength := cy*10;    ee^.dmPaperWidth := cx*10;    ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or    DM_PAPERWIDTH or    DM_PAPERLENGTH;    ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;    ee^.dmDefaultSource :=DMBIN_MANUAL;    GlobalUnlock(bb);    printer.PrinterIndex := printer.PrinterIndex;   end;
    2023-01-17 00:20:03下载
    积分:1
  • 陀螺仪
    说明:  陀螺仪读取数值角度(需在myRIO项目中使用)(Gyroscope reading value angle (to be used in myrio project))
    2020-08-02 21:48:36下载
    积分:1
  • JSP文件必须站在下议院
    JSP建站必须文件commons-codec-1.3.zip-JSP documents must Station at commons-codec- 1.3.zip
    2023-02-05 22:25:04下载
    积分:1
  • Ultrasound-Image-reconstruction-master
    超声原始数据的重构成B扫成像的一种方法。可以参考并优化(algorithm for reconstruction imaging of ultrasound imaging)
    2019-01-03 15:16:35下载
    积分:1
  • ILSpy
    ILSpy .NET反编译工具,反编译出类似源代码(ILSpy .NET Reverse compile tool)
    2017-02-15 15:03:23下载
    积分:1
  • Diode
    说明:  Diode lab for avr assembler
    2020-06-23 07:00:01下载
    积分:1
  • OReilly---Cisco-CookBook
    OReilly - Cisco CookBook,思科技术指导书(OReilly- Cisco CookBook, Cisco Technical Instructions)
    2012-12-16 13:31:39下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载