-
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
-
OpenHackSrc
Open-Hack WoW tool, edit memory and objects, teleport
- 2013-09-21 18:30:55下载
- 积分:1
-
数据挖掘中聚类算法研究进展_周涛
聚类分析是数据挖掘中重要的研究内容之一,对聚类准则进行了总结,对五类传统的聚类算法的研究 现状和进展进行了较为全面的总结,就一些新的聚类算法进行了梳理,根据样本归属关系、样本数据预处理、 样本的相似性度量、样本的更新策略、样本的高维性和与其他学科的融合等六个方面对聚类中近 20多个新算 法,如粒度聚类、不确定聚类、量子聚类、核聚类、谱聚类、聚类集成、概念聚类、球壳聚类、仿射聚类、数据流聚 类等,分别进行了详细的概括。(Clustering analysis is one of the important research contents in data mining. The clustering criteria are summarized. The research status and progress of five traditional clustering algorithms are summarized comprehensively. Some new clustering algorithms are used. By combing, according to the sample attribution relationship, sample data preprocessing, sample similarity measure, sample update strategy, sample high-dimensionality and fusion with other disciplines, nearly 20 new algorithms in clustering, Such as granular clustering, uncertain clustering, quantum clustering, nuclear clustering, spectral clustering, clustering integration, concept clustering, spherical shell clustering, affine clustering, data stream clustering, etc., respectively Generalization.)
- 2019-05-12 14:08:07下载
- 积分:1
-
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保...
输入一系列递减顺序的整数(100,50,40,30……),以0标志结束,将这些数作为data域逆序建立一个单链表;从键盘输入一个整数X,将X插入到此单链表中并保持单链表data域的值递增关系,输出此时单链表各结点data域的值;从键盘输入一个整数Y,若Y值在单链表中存在,则删除data域的值为Y的结点(注单链表中没有data域值相同的结点),并输出此时单链表各结点data域的值。-importation of a series of descending order of the integers (100,50,40,30 ...), to mark the end of 0, As several of these data to establish a domain reversal single-linked list; Keyboard input from an integer X, That will insert the single X-linked lists and maintain single-chain data domain increases the value, At this time the output of the single-linked list node data domain value; Keyboard input from an integer Y, if Y value in a single linked list exists, delete data domain is the value of Y node (single-chain data domain is not the same value nodes), At this point and the output of the single-linked list node data domain values.
- 2022-07-08 15:03:43下载
- 积分:1
-
电路 12 13 14 章 ppt 高等教育出版社
电路 12 13 14 章 ppt 高等教育出版社-ppt for dianlu 12 13 14
- 2022-03-06 12:23:53下载
- 积分:1
-
Radio-Wave-Propagation
有关对流层散射传播的电子书,其中《对流层散射传播》是张明高写的书(Tropospheric scatter about the spread of e-books, including " troposcatter propagation" is a book written by Zhang Gao)
- 2014-09-13 16:55:55下载
- 积分:1
-
android打包jks相关
<html>
<head>
<title>QRCODE</title>
<style type="text/css"(<html>
<head>
<title>QRCODE</title>
<style type="text/css">
</html>)
- 2020-06-18 20:00:02下载
- 积分:1
-
Current-Effects
一个比较好的ppt模板,程序员汇报的时候可以使用(A good ppt templates, programmers can use when reporting)
- 2014-02-07 21:22:38下载
- 积分:1
-
在 VMware (虚拟机)上运行的 Windows CE
在 VMware (虚拟机)上运行的 Windows CE -In VMware (virtual machine) running on Windows CE
- 2023-04-22 13:10:08下载
- 积分:1
-
mingben
小波包分析提取振动信号中的特征频率,最小均方误差等算法的MSE的计算,最大信噪比的独立分量分析算法。( Wavelet packet analysis to extract vibration signal characteristic frequency, Minimum mean square error MSE calculation algorithm, SNR largest independent component analysis algorithm.)
- 2016-10-12 21:36:09下载
- 积分:1