-
粒子群优化算法是一种基于种群的随机优化算法…
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
-
一个没有外部控件的多媒体播放器 利用MCI指令制作播放器,简单实用,很适合于做为自己软件的一个附带功能或背景音乐,正是基于这点需求,我准备分几个部分来写:...
一个没有外部控件的多媒体播放器 利用MCI指令制作播放器,简单实用,很适合于做为自己软件的一个附带功能或背景音乐,正是基于这点需求,我准备分几个部分来写:-a no external controls multimedia players use MCI directive produced players, simple and practical, is well suited to its own software as an incidental function, or the background music, which is based on demand, I would be for the parts to write :
- 2023-06-02 04:00:03下载
- 积分:1
-
ts mux code
应用背景vs2010工程,c语言,H264和AAC封装为TS文件,对于学习TS封装的朋友有用,里面PMT、PAT、PES字段都很清楚关键技术TS文件的封装源代码,可以学习使用,对于TS的文件格式理解有帮助,并且有vs2010工程,方便学习,单步调试
- 2022-09-02 08:40:04下载
- 积分:1
-
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)...
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (quick)
- 2022-01-26 05:45:02下载
- 积分:1
-
表白的一个小test
Just a test.Testing...testing...testing...Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.Just a test.
- 2022-05-07 11:06:03下载
- 积分:1
-
这是一个简单的多媒体控件:Image List Control。原代码用的是标准C。用意于系统编程的朋友们可以看看。...
这是一个简单的多媒体控件:Image List Control。原代码用的是标准C。用意于系统编程的朋友们可以看看。-This is a simple multimedia controls : Image Control List. The original code used in standard C. In System Programming intention friends can see.
- 2022-08-19 19:15:04下载
- 积分:1
-
Dear,hello ,dear,hello,dear hello
Dear,hello ,dear,hello,dear hello-Dear,hello,hello,dear,hello,dear hello
- 2022-04-07 19:55:33下载
- 积分:1
-
RTC用来调用RTC客户端示例(请接口的RTC接收端的日…
用RTC来呼叫一个RTC客户端的例子(请接合RTC接收端的例子一起看,使用方法相同)-RTC used to call an RTC client example (please interface RTC receiving end of the examples together, the same method used)
- 2022-07-06 20:17:50下载
- 积分:1
-
关于如何使用窗口媒体播放器代码的风险投资。
关于vc上如何使用windows media player的代码。-on vc on how to use windows media player code.
- 2022-11-12 19:00:03下载
- 积分:1
-
prepared by the VC one voice interface components, we facilitate the development...
用VC编写的一款语音接口组件,便 于大家开发语音程序-prepared by the VC one voice interface components, we facilitate the development of voice procedures
- 2022-03-22 22:48:56下载
- 积分:1