搜索资源列表
PSOtoolbox.rar
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
standardPSO
- 采用标准群粒子优化计算方法,编写优化程序,并通过对具体函数进行优化,其结果进行分析。可编辑嵌入专业领域的应用之中。-by using the standard PSO, this programme do optimizing of the test functions and analyze the result.By editing it, it can be used in your major.
pso
- 简单粒子群算法 能优化但目标函数 算法简单 效果好-A simple particle swarm optimization algorithm to optimize the objective function, but simple and good results
PSO-extremum-optimization-algorithm
- 基于粒子群优化算法的非线性函数极值寻优,这里的适应度函数为Ackley函数,适应度值为函数值。根据初始粒子适应度值确定个体极限和群体极限。-Nonlinear function based on particle swarm optimization extremal optimization, where the fitness function for the Ackley function, the value of the fitness function value. Accordin
weili.c
- 该程序是基本PSO的源程序 这里优化了一个函数-THIS IS BASIC PSO
espopso
- espopso,一种高级PSO算法,通过改变粒子数目达到较好的优化,如需改变测试函数,须将主程序内所有测试函数名字全部改变。-espopso, an advanced PSO algorithm, by changing the number of particles to achieve a better optimization, need to change the test function, all test functions within the main program shal
ssxsjPSO
- 实数编码的小生境PSO算法优化多模态函数-Real-coded niche PSO algorithm for multimodal function optimization
program
- 在matlab, 利用粒子群算法(PSO)实现函数极值优化-In matlab, using particle swarm optimization (PSO) to achieve function extreme optimization
pso-fd
- PSO算法和最速下降法混合算法,求解单目标优化问题,测试函数是非线性方程组,解决MinF(x)的问题。-PSO algorithm and steepest descent method hybrid algorithm for solving single-objective optimization problem, the test function is non-linear equations, solving MinF (x) of the problem.
PSO_MATLAB
- PSO粒子群优化算法,实现函数优化、并行计算等功能-Particle Swarm Optimization
PSO
- 粒子群优化算法的寻优算法—非线性函数的极值优化-The optimum algorithm of particle swarm optimization algorithm, the extremal optimization of nonlinear functions
pso61wtl
- 粒子群算法用于优化求解函数最小值,此算法收敛速度快,很快找到最小值。-Particle Swarm Optimization (PSO) is used to optimize the minimum value of the function. The algorithm converges quickly and finds the minimum value.
PID
- PID控制器参数主要是人工调整,这种方法不仅费时,而且不能保证获得最佳的性能。PSO已经广泛应用于函数优化、神经网络训练、模式分类、模糊系统控制以及其它应用领域,本案例将使用PSO进行PID控制器参数的优化设计。-The main parameters of PID controller are manual adjustment. This method is not only time-consuming, but also can not guarantee the best perfor
pso-vmd
- 提供 基于粒子群算法优化的变分模态分解算法,适应度函数选择的是模糊熵(This paper presents a variational mode decomposition algorithm based on particle swarm optimization, and the selection of fitness function is fuzzy entropy)