-
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
-
Delphi图片管理程序
Delphi图片管理程序,可对图片进行分类管理,以前见到有朋友用.NET写的照片分类管理程序,用起来也挺好,只不过要安装.NET框架才行,觉得不太方便,我用Delphi2007仿写了一个,界面也基本一样啦,再次感谢那位朋友了。
- 2022-03-14 14:48:37下载
- 积分:1
-
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正...
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正-Achieve the OFDM system simulation, but there may be missing some punctuation, hoping someone correct me
- 2022-04-23 00:51:20下载
- 积分:1
-
STCMS_musicV3.1
STCMS音乐系统是一个php+mysql(PHP>=5.0,MYSQL>=5.0)开发的功能强大的音乐系统,本系统有如下特点及功能。(STCMS Music System is a php+ mysql (PHP> = 5.0, MYSQL> = 5.0) developed a powerful music system, the system has the following features and functions.)
- 2009-12-30 11:32:25下载
- 积分:1
-
wine
SVM多分类算法,基于svmlib适合初学者学习(SVM multi classification algorithm, based on svmlib suitable for beginners to learn)
- 2018-04-20 19:36:44下载
- 积分:1
-
用C语言实现malloc,free函数,方法采用严蔚敏数据结构书上的方法...
用C语言实现malloc,free函数,方法采用严蔚敏数据结构书上的方法-C implementation using malloc, free
- 2022-02-06 14:06:28下载
- 积分:1
-
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。...
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。-This is the C# language. Net platform doing a little game of pinball, is a good understanding of windows programming things.
- 2022-02-24 13:03:10下载
- 积分:1
-
jpcap-0.01.11 (1).tar
aprec是代码包数据奥
这个非常的好
比如这样
那样(Aprec is code package data
This is very good.
For example
like that)
- 2020-06-22 14:20:02下载
- 积分:1
-
打印以下图案: *
***
*****
*******
好郁闷人的作业,原来这么简单...
打印以下图案: *
***
*****
*******
好郁闷人的作业,原来这么简单-Print the following pattern:
*
***
*****
*******
- 2022-03-09 18:32:28下载
- 积分:1
-
CBuilder5技术内幕程序源代码
说明: 《C Builder 5技术内幕》程序源代码("C Builder five technical insider" source code)
- 2006-02-09 16:22:46下载
- 积分:1