-
粒子群优化算法是一种基于种群的随机优化算法…
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
-
基于内容(图像)的检测技术程序
基于内容(图像)的检测技术程序-based content (images) detection technology procedures
- 2022-06-29 17:35:25下载
- 积分:1
-
用VC++编写的一个简单的AVI播放器,能播放AVI格式的影片
用VC++编写的一个简单的AVI播放器,能播放AVI格式的影片-Using VC++ written in a simple AVI player, can play AVI format videos
- 2022-02-24 14:18:00下载
- 积分:1
-
一个简单的mp3播放器的程序,供初学者学习交流用
一个简单的mp3播放器的程序,供初学者学习交流用-A simple mp3 player program, for beginners learn to use
- 2022-07-25 03:51:08下载
- 积分:1
-
播放rm文件, 播放rm文件
播放rm文件, 播放rm文件-play rm files
- 2022-08-31 17:20:03下载
- 积分:1
-
MPEG2 PS, TS stream encoding and decoding, structural clarity, suitable for begi...
MPEG2 PS,TS流编解码,结构清晰,适合初学者-MPEG2 PS, TS stream encoding and decoding, structural clarity, suitable for beginners
- 2022-07-01 00:03:38下载
- 积分:1
-
VC++环境下实现迷你电影播放器,代码经测试,运行效果不错
VC++环境下实现迷你电影播放器,代码经测试,运行效果不错-VC++ Environment realize mini-movie player, code by testing the effect of a good run
- 2022-01-26 00:53:23下载
- 积分:1
-
此程序为vC平台开发,其主要功能是窗口动画功能。
此程序为vC平台开发,其主要功能是窗口动画功能。-This procedure for vC platform development, and its main function is the window animation features.
- 2022-03-05 00:19:32下载
- 积分:1
-
RIFF Tagged File Format
RIFF Tagged File Format
- 2023-03-19 15:20:03下载
- 积分:1
-
一个MP3播放控件很简单的一个小控件我也是从网上下载的
一个MP3播放控件很简单的一个小控件我也是从网上下载的-A very simple MP3 player controls a small control I downloaded from the Internet
- 2023-04-27 09:15:03下载
- 积分:1