-
粒子群算法试算
说明: 粒子群算法,也称粒子群优化算法(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
-
Desktop
说明: 求取nurbs样条曲线的基函数,只需更改节点和节点矢量,各个阶次都可以快速求取(Finding the basis function)
- 2021-03-08 17:49:28下载
- 积分:1
-
robtic
matlab机器人建模入门试验,建立多自由度机械臂,运动学仿真(Introduction test of MATLAB robot modeling, establishment of multi-degree-of-freedom manipulator, kinematics simulation)
- 2020-06-24 04:40:02下载
- 积分:1
-
Tenor TE8802L
说明: Eagle, Tenor TE8802L USB I2S interface
- 2020-08-11 00:06:21下载
- 积分:1
-
代码不仅实现了编码的仿真,也是一个广泛的条件…
该代码不仅实现了编码的仿真,还在多种条件下实现了译码的仿真,包括MAP,LOG-MAP,SOVA下的单双滑动窗口。-The code not only to achieve a coding simulation, is also a wide range of conditions to achieve the decoding of the simulation, including MAP, LOG-MAP, SOVA under single-and double-sliding window.
- 2022-07-27 09:58:56下载
- 积分:1
-
GlobleHotKey
说明: Java键盘hook附带插件.实现键盘的无焦点相应拦截(Java keyboard hook with plug-in. Implement the corresponding interception without focus of keyboard)
- 2019-11-20 22:00:51下载
- 积分:1
-
odbc-student
VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。(VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.)
- 2008-07-09 22:29:15下载
- 积分:1
-
BaslerDemo
实现balser相机连续采集及硬触发模式,也可设定AOI区域,还可修改曝光及增益等光学参数(basler continous capture and hardware trigger mode)
- 2018-03-25 20:59:02下载
- 积分:1
-
computer phone
computer phone
- 2023-08-14 02:50: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