-
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
-
C++通讯录源代码
C++通讯录源代码-C source code directory
- 2023-07-13 21:10:03下载
- 积分:1
-
分子动力学matlab
学习用matlab语言编写的分子动力学的程序。(Learn the molecular dynamics program written in MATLAB language.)
- 2018-07-22 16:48:02下载
- 积分:1
-
test
说明: 通过模拟退火算法解决旅行商问题,能够通过运行(The simulated annealing algorithm is used to solve the traveling salesman problem)
- 2020-12-21 11:48:09下载
- 积分:1
-
此为《系统辨识及MATLAB》科学出版社,作者侯媛彬、汪梅、王立琦。可对系统辨识有较为实际的了解...
此为《系统辨识及MATLAB》科学出版社,作者侯媛彬、汪梅、王立琦。可对系统辨识有较为实际的了解-as the "System Identification and MATLAB" Science Publishers, authors Hou Yuanbin, WANG Mei, Wang Liqi. The system can identify any more realistic understanding
- 2023-08-21 16:35:03下载
- 积分:1
-
典型信号matlabM函数文件
说明: 三角波信号(MyTri),方波信号 (MySquare); 准 周 期 信 号 (MyStdPeriod) ,编制确定信号和的 M 自定义函数文件。(For triangle wave signal (MYTRI), square wave signal (mysquare) and quasi periodic signal (mystdperiod), the m-user-defined function file for determining the sum of signals is prepared.)
- 2020-03-20 10:09:00下载
- 积分:1
-
GPS
gps-RINEX的格式介绍-a GPS-RINEX format introduced
- 2023-01-27 08:30:04下载
- 积分:1
-
PMSMinitialangledetect
永磁同步电机转子初始位置检测初始角检测MATLAB仿真模型,模型根据论文搭建。(MATLAB simulation model of initial position detection and initial angle detection of permanent magnet synchronous motor rotor is built according to the paper.)
- 2020-06-18 05:00:01下载
- 积分:1
-
停机位飞机推出停止点优化程序
这是用VC+=编写的停机位飞机优化程序,这个程序的主要功能是计算出相邻飞机共用推出停止点的坐标,使得机场上飞机的推出点最优化
- 2022-03-06 04:10:55下载
- 积分:1
-
NamelessCotrunQuad_V1.0-master
无名飞控源码下载,包含PID,四轴,ADRC,姿态角等一系列算法(Anonymous flight control)
- 2019-01-18 20:48:48下载
- 积分:1