搜索资源列表
Demo PSO
- 粒子群优化算法(pso)的源程序。包括基本粒子群算法的程序及其在优化函数方面的应用。-Particle Swarm Optimization (PSO) of the source. Groups including the elementary particles algorithm optimization process and its function in the application.
ParticleSwarmOptimization
- 粒子群优化算法的源代码。以一个实例演示了基本粒子群算法的实现,是很高效的智能算法-PSO algorithm source code. An example to demonstrate the algorithm group of elementary particles, were very smart and efficient algorithm
cpso
- c语言版基本粒子群算法源程序-c-language version of elementary particles algorithm source code
psoandimprovedpso
- 基本粒子群优化算法和改进粒子群优化算法程序,包括:用基本粒子群算法求解无约束优化问题,用带压缩因子的粒子群算法求解无约束优化问题,用线性递减权重粒子群优化算法求解无约束优化问题,用自适应权重粒子群优化算法求解无约束优化问题,用随机权重粒子群优化算法求解无约束优化问题,用学习因子同步变化的粒子群优化算法求解无约束优化问题,用学习因子异步变化的粒子群优化算法求解无约束优化问题,用二阶粒子群优化算法求解无约束优化问题,用二阶振荡粒子群优化算法求解无约束优化问题,用混沌粒子群优化算法求解无约束优化问题,
tunningPIDbyPSO
- 使用基本粒子群算法整定的PID控制,供学习者参考。-The use of elementary particle swarm optimization algorithm-tuning PID control for the learner information.
pso
- 基本粒子群优化算法(Particle Swarm Optimization作用:求解优化问题-Elementary particle swarm optimization algorithm (Particle Swarm Optimization role: Solving optimization problems
pso
- 这是我自己编写的基本粒子群算法源代码。供初学者用-This is my own preparation of elementary particle swarm algorithm source code. For beginners to use
pso1
- 维数可变的基本粒子群算法,改变参数的值就可以求任意维数的函数最小值。-Variable dimension particle swarm optimization, in order to change the value of the parameter can be any function of the minimum dimension.
pso
- 基本粒子群算法 适合初学者使用 书上的代码,编译通过,简单易懂-basicPOS
PSOVCPP
- 利用VC++编写的基本粒子群算法程序,可对一般多目标问题进行优化-Written by VC++ Particle swarm optimization procedures, the general multi-objective optimization problems
PSO
- 用基本粒子群算法来求解无约束的优化问题。-Particle swarm optimization with solving unconstrained optimization problems
Reactive-Power-Optimization
- 粒子群算法在电网无功优化中的应用,使用多是基本粒子群算法,牛顿法进行潮流计算部分-Reactive Power Optimization
20120323
- 基本粒子群算法求解无约束优化问题,可以看看的-particle swarm algorithm
improved-pso
- 一种改进的粒子群算法,在保持基本粒子群算法有点的同时,提高了算法效率-An improved particle swarm optimization, while the particle swarm algorithm a bit to maintain and improve the efficiency of the algorithm
Particle-Swarm-Optimization-method
- 本程序采用基本粒子群算法,共有8个测试函数,测试算法对复杂函数的收敛速度和收敛方差-This program uses a Particle Swarm Optimization, a total of eight test functions, test algorithm convergence speed and variance of complex functions
Particle_Swarm_Optimization
- 此代码为基本粒子群算法代码程序,有详细的注释非常适合新手入门学习。-This code is the code for the PSO program, there are detailed notes very suitable for beginners to learn.
PSO
- 各种粒子群或改进型粒子群算法 1)粒子群优化算法(求解无约束优化问题) 1>PSO(基本粒子群算法) 2>YSPSO(待压缩因子的粒子群算法) 3>LinWPSO(线性递减权重粒子群优化算法) 4>SAPSO(自适应权重粒子群优化算法) 5>RandWSPO(随机权重粒子群优化算法) 6>LnCPSO(同步变化的学习因子) 7>AsyLnCPSO(异步变化的学习因子)(算法还有bug) 8>SecPSO(用二阶粒
LinWPSO
- 线性递减权重法的粒子群算法,针对基本粒子群算法容易早熟以及算法后期易在全局最优解附近产生振荡现象,可以采用线性变化的权重。-A linear weighting method of particle swarm algorithm, in view of the basic particle swarm optimization (pso) algorithm is easy to premature algorithm and easy to generate oscillation phen
GAandPSO
- 人工智能算法—遗传算法和基本粒子群算法(程序源码)-Artificial Intelligence Algorithm- Genetic Algorithm and Basic Particle Swarm Algorithm (Program Source)
改进粒子群算法的PID控制器优化设计
- 基本的pid控制器算法以及simulink仿真模型,可以在线更改仿真参数。(Simulation optimization)