-
PSO算法
说明: 粒子群算法,也称粒子群优化算法或鸟群觅食算法(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)
- 2020-06-25 13:20:01下载
- 积分:1
-
InTech-A_multi_agent_system_architecture_for_sens
Multi-Agent System Architecture for Sensor Networks
- 2012-10-03 21:30:19下载
- 积分:1
-
cementedsand
基于地震岩石物理基本理论,计算干燥岩石,流体饱和岩石的基本岩石弹性参数(纵波模量,剪切模量和泊松比)(Calculates the dry and saturated rock M-modulus, shear modulus and Poisson s ratio.)
- 2009-11-13 11:39:46下载
- 积分:1
-
结构动力学
对加速度、速度过滤之后有加速度计算速度和位移(Calculating velocity and displacement with acceleration)
- 2019-05-03 11:00:37下载
- 积分:1
-
VB课程设计:图书销售管理系统
VB课程设计:图书销售管理系统,测试帐号及密码123。
功能分为店员信息维护、管理人员入口,销售报表、图书信息维护等,是一个基本的VB/ACCESS数据库系统,更适合学习的一套系统。
- 2022-08-08 12:40:21下载
- 积分:1
-
Signaux_et_Systemes
signaux and systems french ppt(signaux and systems)
- 2013-12-08 12:57:20下载
- 积分:1
-
一个VC++工业曲线控件PEGRP32C.DLL源码示例
一个VC++工业曲线控件附源码示例,控件名称:PEGRP32C.DLL。测试时请把PEGRP32C.DLL放在Debug目录下,与exe同级目录。本控件用来显示柱状图、曲线图相当完美,而且界面制作漂亮,连窗体也经过了美化处理,具体效果请参见运行截图。
- 2022-06-11 11:50:46下载
- 积分:1
-
The information is to introduce the I2C protocol and application programming inf...
该资料是介绍I2C协议和编程应用的资料,对于I2C编程的人员来说,是很有用的一份资料。-The information is to introduce the I2C protocol and application programming information, for I2C programming staff, it is a very useful information.
- 2022-07-05 04:29:16下载
- 积分:1
-
786756436
VB获取当前日期时间的一个范例程序,有需要的就下载吧。(VB to get the current date and time a sample program, there is a need to download it.)
- 2013-08-23 18:29:13下载
- 积分:1
-
三维b样条插值matlab代码 Byang
说明: 三维b样条插值matlab代码,拟合效果较好(3-D B-spline interpolation matlab code)
- 2020-06-19 06:40:02下载
- 积分:1