-
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
-
Easy linux device driver, after you know how to write
深入浅出linux设备驱动,看了你就知道怎么写了-Easy linux device driver, after you know how to write
- 2022-04-09 10:07:00下载
- 积分:1
-
0601单据开发进阶
说明: NC用友主子单据开发,对于在用友二次开发的开发单据详细步骤(NC yongyou Development of master and sub-document)
- 2020-06-25 08:00:02下载
- 积分:1
-
Cpp1
说明: 关于石油工艺的一个原程序代码,解决油气集输中的计算问题(Process on an original oil code, solve the oil and gas gathering and transportation problems in the calculation of)
- 2011-03-09 09:36:34下载
- 积分:1
-
libmysql.dll-5.6.21.0-32bit
libmysql.dll-5.6.21.0-32bit
- 2017-06-09 19:40:52下载
- 积分:1
-
C#.NET development of the mine
C#.NET开发的扫雷源代码-C#.NET development of the mine-source
- 2022-04-16 10:36:46下载
- 积分:1
-
C#检测是否可以上网-网络连接状态
C#检测是否可以上网-网络连接状态,点击检测按钮即可检测是否连接到网络,将检测结果以弹出框的形式告之。经测试,检测结果准确。
- 2022-05-15 07:09:36下载
- 积分:1
-
pyemd_example
说明: complete pyemd examples
- 2020-06-16 12:28:32下载
- 积分:1
-
opencv OpenCV is cross
opencv OpenCV is cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It
does not rely on external numerical libraries, though it can make use of some of them (see below) at
runtime, if they are available
- 2023-01-08 07:20:02下载
- 积分:1
-
ATT7022驱动全
说明: 非常详细的基于stm32的ATT7022驱动程序!除了读取各个计量参数外还包含电压、电流、功率以及相位角的校正和温度系数补偿。该程序是本人参考官方手册所写且经过实际测试已用于项目中,里面每个函数都有详细的注释,对新手具有很大的参考价值(Very detailed STM32 based ATT7022 driver! In addition to reading each measurement parameter, it also includes voltage, current, power and phase angle correction and temperature coefficient compensation. This program is written by myself with reference to the official manual and has been used in the project after actual test. Each function in it has detailed comments, which is of great reference value to novices)
- 2020-12-15 23:19:13下载
- 积分:1