-
粒子群优化算法是一种基于种群的随机优化算法…
Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Each particle keeps track of its coordinates in the problem space which are associated with the best solution (fitness) it has achieved so far. (The fitness value is also stored.)
This value is called pbest. Another "best" value that is tracked by the particle swarm optimizer is the best value, obtained so far by any particle in the neighbors of the particle. This location is called lbest. when a particle takes all the population as its topological neighbors, the best value is a global best and is called gbest. Following is the steps of PSO:
- 2023-03-03 01:30:04下载
- 积分:1
-
callcenter框架,应用了适配器模式,编码规范
callcenter框架,应用了适配器模式,编码规范-callcenter framework, the application of the adapter mode, coding standards
- 2022-07-05 09:11:40下载
- 积分:1
-
Jpg转Avi,连续的jpg文件转成avi视频,可以用Windows自带播放器播放...
Jpg转Avi,连续的jpg文件转成avi视频,可以用Windows自带播放器播放-Jpg to Avi, for the jpg files into avi video, you can use Windows own player
- 2022-10-16 09:10:03下载
- 积分:1
-
一个MP3文件可以转换为WAV格式的源文件,使用VC开发
一个可以将MP3文件转换为WAV文件的源程序,采用vc开发-an MP3 files can be converted to WAV files of the source, using vc Development
- 2022-07-01 11:55:43下载
- 积分:1
-
一个很小的程序,能完成网络的点歌播放功能,用的是MIDAS中的SocketConnection联接。...
一个很小的程序,能完成网络的点歌播放功能,用的是MIDAS中的SocketConnection联接。-a small procedure, the network will be completed parlors player, it was the MIDAS SocketConnection connectivity.
- 2022-07-25 19:41:14下载
- 积分:1
-
这个也是我们毕业设计的题目(界面很酷的播放器),程序设计了一个功能比较强大,界面优美的播放器,其中运用了多项界面设计技术和多媒体编程技术,是学习的东东,只是现在
这个也是我们毕业设计的题目(界面很酷的播放器),程序设计了一个功能比较强大,界面优美的播放器,其中运用了多项界面设计技术和多媒体编程技术,是学习的东东,只是现在还有许多不足之处希望大家帮忙修改。(因在6.0下开发.net下有问题)-graduate design topics (interface cool player), a program design function more powerful, beautiful interface of players, which use a number of interface design technology and multimedia programming technology is studying the Eastern, but now there are many deficiencies in the Department hopes big home help change. (Due to the 6.0 development. Under net)
- 2022-01-26 02:39:41下载
- 积分:1
-
How to Build a voice response system
如何构建一个语音应答系统-How to Build a voice response system
- 2022-02-25 13:44:13下载
- 积分:1
-
国外找的RTP应用的例子,视频传输,不过图像是jpeg压缩的
国外找的RTP应用的例子,视频传输,不过图像是jpeg压缩的-Abroad to find examples of RTP applications, video transmission, but the image is jpeg compression
- 2022-01-26 07:00:28下载
- 积分:1
-
mp3编码器实例,一本c++的变成实例中的一个,不错的哦
mp3编码器实例,一本c++的变成实例中的一个,不错的哦-mp3 encoder example, a c++ becomes an example of, oh good
- 2022-05-05 10:43:56下载
- 积分:1
-
源程序里面有详细的注释,不是很难,对于想快速入门的人很有帮助。
源程序里面有详细的注释,不是很难,对于想快速入门的人很有帮助。-detailed source inside of the Notes is not difficult, to the rapid entry helpful.
- 2022-08-21 18:47:48下载
- 积分:1