登录
首页 » matlab » 粒子群优化算法以及改进的PSO算法代码matlab

粒子群优化算法以及改进的PSO算法代码matlab

于 2019-02-28 发布 文件大小:9KB
0 196
下载积分: 1 下载次数: 2

代码说明:

  一些关于粒子群优化算法的matlab程序实现,里面有各种的PSO改进算法(Some matlab programs about particle swarm optimization algorithm are implemented. There are various PSO improved algorithms in them.)

文件列表:

粒子群优化算法以及改进的PSO算法代码matlab, 0 , 2013-04-24
粒子群优化算法以及改进的PSO算法代码matlab\AsyLnCPSO.m, 1085 , 2008-09-04
粒子群优化算法以及改进的PSO算法代码matlab\BreedPSO.m, 1829 , 2008-09-10
粒子群优化算法以及改进的PSO算法代码matlab\CLSPSO.m, 2413 , 2008-09-13
粒子群优化算法以及改进的PSO算法代码matlab\LinWPSO.m, 1028 , 2008-09-02
粒子群优化算法以及改进的PSO算法代码matlab\LnCPSO.m, 1017 , 2008-09-04
粒子群优化算法以及改进的PSO算法代码matlab\PSO.m, 971 , 2008-09-02
粒子群优化算法以及改进的PSO算法代码matlab\RandWPSO.m, 1116 , 2008-09-03
粒子群优化算法以及改进的PSO算法代码matlab\SAPSO.m, 1156 , 2008-09-11
粒子群优化算法以及改进的PSO算法代码matlab\SecPSO.m, 1073 , 2008-09-03
粒子群优化算法以及改进的PSO算法代码matlab\SecVibratPSO.m, 1438 , 2008-09-03
粒子群优化算法以及改进的PSO算法代码matlab\SelPSO.m, 1173 , 2008-09-10
粒子群优化算法以及改进的PSO算法代码matlab\SimuAPSO.m, 1584 , 2008-09-04
粒子群优化算法以及改进的PSO算法代码matlab\YSPSO.m, 1175 , 2008-09-02

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

发表评论

0 个回复

  • 编辑框的简单自绘制
    编辑框是常用控件之一,同时也是一种完全自实现较为繁琐的控件。本例实现了对编辑框的简单的自绘制,在保留其自身的强大功能的前提下,实现了编辑框的边框、背景、文字颜色以及禁用态的各种颜色的替换。 要想重绘,我们必须知道要绘什么。通过观察默认的编辑框我们可以很清楚的看到编辑框有三个最基础的部分需要我们绘制,他们分别是3D边框、背景和文字,再进一步分析我们会发现他们是一个基本窗口的两个部分,即客户区和非客户区。这样一来我们就知道应该用什么函数有针对性的绘制什么区域了,由于提供了源码,这里仅就基本原理和技术细节加以讨论,不过多地罗列代码。(Editor box is one of the common controls, and it is also a kind of control which is completely self-realization and tedious. This example realizes the simple self-drawing of the edit box, and realizes the replacement of the border, background, text color and various colors of the disabled state of the edit box while retaining its powerful function. To redraw, we must know what to draw. By observing the default edit box, we can clearly see that there are three most basic parts of the edit box that we need to draw. They are 3D border, background and text. Further analysis shows that they are two parts of a basic window, namely, client area and non-client area. In this way, we know which function should be used to draw which area. Since the source code is provided,)
    2020-06-16 05:40:02下载
    积分:1
  • FreeTextBox ASP.NET在线编辑器
    FreeTextBox 一款经过改良的ASP.NET在线编辑器,使用方法:把aspnet_client和Bin拷贝到你的网站目录,在你ASPX显示编辑器的页面里Page 里加上validateRequest=false   这里是注册组件:   %@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox"   最后调用代码:   FTB:FreeTextBox ID="FreeTextBox1" runat="server" SupportFolder="aspnet_client/FreeTextBox/" Height="300px" Width="500px" ToolbarStyleConfiguration="Office2003" 其实就这样简单
    2022-02-14 01:50:16下载
    积分:1
  • 滞环
    说明:  试验是结束后,计算上升曲线与下降曲线之间的偏差,并将计算结果显示出来(At the end of the test, the deviation between the ascending curve and the descending curve is calculated and the results are shown.)
    2019-06-27 13:47:17下载
    积分:1
  • 圣剑II游戏文档 RPC游戏制作参考资料. 内容里有详细说明.
    圣剑II游戏文档 RPC游戏制作参考资料. 内容里有详细说明.-II game files RPC game reference materials. The contents are detailed.
    2022-04-20 07:12:20下载
    积分:1
  • fifth
    实现航迹跟踪 得出仿真曲线 不会搭框图的可以学习下 一起学习(Realize track tracking to get simulation curve Can not take a block diagram can learn together Learn together)
    2018-04-21 11:12:02下载
    积分:1
  • White_noise_matlab_code
    Detailed analysis of white noise in MATLAB
    2018-12-28 13:45:13下载
    积分:1
  • OceanLightingFFT
    cat bmp picture sddsda
    2018-12-29 22:08:12下载
    积分:1
  • CompilerControl99
    Vb asm inlining dev perf speed
    2017-08-28 20:30:23下载
    积分:1
  • 距离波门拖引实例
    利用matlab编程,得到雷达距离波门拖引的程序,同时仿真的结果也在上面。(The program of radar range gate drag is obtained by MATLAB programming, and the result of simulation is also above.)
    2018-06-11 16:24:13下载
    积分:1
  • Java ejbCreate初始化EJB代码实例
    Java ejbCreate函数初始化EJB的一个代码实例,代码将创建一个EJB测试客户端程序,演示Address EJB的实现。   代码通过强制转型得到Home接口,用client的getHome()函数调用Home接口函数得到远程接口的引用,用远程接口的引用访问EJB。
    2023-01-20 06:40:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载