-
粒子群算法试算
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Particle swarm optimization (PSO), also called particle swarm optimization (Particle Swarm Optimization), is abbreviated as PSO, which is a new evolutionary algorithm (Evolutionary Algorithm EA) developed in recent years. PSO algorithm is a kind of evolutionary algorithm. It is similar to simulated annealing algorithm. It also starts from the random solution and finds the optimal solution by iteration. It also evaluates the quality of the solution through fitness, but it is simpler than the genetic algorithm rule. It does not have the crossover (Crossover) and the Mutation operation of genetic algorithm. Search for global optimum. This algorithm has attracted the attention of the academic community for its advantages of easy realization, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.)
- 2018-12-25 14:28:52下载
- 积分:1
-
AC_Induction_Motor_Fundamentals
说明: micro chip的电机资料,主要是交流电机
AC Induction Motor Fundamentals
(electrical micro chip information, mainly AC Motor AC Induction Motor Fundamentals)
- 2008-09-24 10:35:28下载
- 积分:1
-
gwr_models
说明: 此代码可以用于实现地理加权回归分析;包括普通的地理加权回归和贝叶斯地理加权回归;包含算法代码和应用实例的代码(Geographically weighted regression analysis)
- 2021-04-08 15:19:00下载
- 积分:1
-
The use of VB development for Maxim
利用VB开发的针对Maxim-Dallas DS2770电量检测芯片,实现对锂电池的实时数据采集软件。-The use of VB development for Maxim-Dallas DS2770 chip power detection, on the lithium batteries to achieve real-time data acquisition software.
- 2022-05-15 17:30:44下载
- 积分:1
-
RT1602液晶显示的例子,调试已通过,上传给大家
RT1602液晶显示的例子,调试已通过,上传给大家-RT1602 LCD example, debugging has been passed, we look to Upload
- 2022-03-20 03:34:54下载
- 积分:1
-
MP3_ting
MP3 的在线听音乐播放器代码,可以播放,暂停,下一曲等。(listen to music code online of MP3, you can play, pause, next song, etc.)
- 2019-01-27 02:09:39下载
- 积分:1
-
ad1674
12位AD AD1672驱动 程序 仿真(12 bit AD AD1672 driver simulation)
- 2018-05-19 15:47:53下载
- 积分:1
-
quiet
解决manjaro安装过程由于显卡驱动问题造成的卡死现象,
开机进入bootloader选择nofree,光标移动到Boot,按E,在删除drive=xxx一直到空格的一串,添加代码。(To solve the problem of jamming caused by graphics card driver during the installation of manjaro,
Boot into bootloader select no free, move the cursor to Boot, press E, delete drive = XXX until the blank string, add code.)
- 2020-06-24 04:20:01下载
- 积分:1
-
cal_class
说明: ;Method : 0-平行六面体
; 1-最小距离
; 2-最大似然
; 3-马氏距离
; 4-神经元网络 ENVI_NEURAL_NET_DOIT
; 5-向量机 ENVI_SVM_DOIT
; 6-IsoData
; 7-K-Means(method: 0-parallelepiped
1 - minimum distance
2-maximum likelihood
3-mahalanobis distance
4-neural network
5-vector machine envi? SVM? Doit
6-IsoData
7-K-Means)
- 2020-02-27 11:20:51下载
- 积分:1
-
html5结合jquery hover实现的图片悬停放大特效
html5结合jquery hover实现的图片悬停放大特效,根据冒泡事件实现的悬停放大,在排列成“心”形的照片墙上,鼠标悬停于任意一张头像图片后,该图片即可放大显示,此类效果在HTML5的页面中,利用相关属性来实现,是挺容易就实现的,本次果演示如截图所示。
- 2022-05-20 00:25:05下载
- 积分:1