搜索资源列表
改进粒子群算法
- 改进粒子群算法
fpso
- 基于pso改进算法
GA-PSO
- PSO(粒子群算法)作为添加算子改进GA (遗传算法).-PSO (PSO), as added Operator improved genetic algorithm (GA).
constrainpso
- 求解约束优化问题的改进粒子群优化算法,对粒子群优化算法用于约束优化问题具有参考价值-For solving constrained optimization problems to improve particle swarm optimization algorithm, particle swarm optimization algorithm for constrained optimization problems for th
xinxingPSOsuanfayouhua
- 这是个新型的PSO优化算法的文章,主要说明在改进了基本的PSO算法后,得到了什么样的好的效果.-This is a new optimization algorithm PSO articles, mainly in the improvement of the basic PSO algorithm has been what kind of good results.
pso
- PSO算法的改进以及应用,算法需要进行适当修改,可以进行适当的调整-PSO algorithm and the application, the algorithm is needed with appropriate modifications, can be appropriately adjusted
psoyh2
- 这文档介绍的是一种改进的粒子群优化算法及其仿真-This document is the introduction of an improved particle swarm optimization algorithm and simulation
pso
- 改进的pso算法:引入变异算子,保持了种群的多样性,并提高了算法的全局搜索能力。-Improved PSO algorithm: the introduction of mutation operator to maintain the diversity of the population and improve the algorithm
PSO
- 改进的pso算法(3个m文件和一个说明文件): 本算法实现Clerc and Kennedy 2002年对pso算法的重要改进-Improved PSO algorithm (3 m documents and a note): This algorithm Clerc and Kennedy 2002 years, the importance of improved PSO algorithm
PSO
- PSO算法,经过改进,用于优化并用MATLAB实现,希望对大家有所帮助。-PSO algorithm is improved for the optimized and used MATLAB to achieve, I hope all of you to help.
cross-pso
- 带交叉因子的粒子群优化算法,有关粒子群算法的改进并举例说明-Cross-factor with particle swarm optimization algorithm, the particle swarm algorithm and illustrates
PSO
- 改进粒子群聚类,通过粒子群寻优算法完成聚类过程,提高聚类精度。-improved pos
new-pso
- 一个改进的PSO算法,非常适合初学的人使用。经典的东西-An improved PSO algorithm is very suitable for beginners to use. Classic stuff
PSO_adaptation
- 改进型粒子群PSO优化算法MATLAB代码,基于权重改进速度,已封装为函数(Improved particle swarm optimization algorithm PSO MATLAB code, based on the speed of weight improvement, has been encapsulated as a function.)
粒子群优化算法以及改进的PSO算法代码matlab
- 一些关于粒子群优化算法的matlab程序实现,里面有各种的PSO改进算法(Some matlab programs about particle swarm optimization algorithm are implemented. There are various PSO improved algorithms in them.)
code
- pso的改进算法及其各种测试函数,用于寻找全局的最优解(PSO improved algorithm and test function)
PSO-BP(MATLAB)
- 利用PSO蚁群算法改进的BP神经网络,收敛性很好!很实用(The BP neural network improved by PSO ant colony algorithm has good convergence. Very practical)
GSO及其改进算法代码
- 群搜索算法(GSO)及其改进版本的MATLAB代码实现(Group Search Algorithms (GSO) and Implementation of Its Improved Version of MATLAB Code)
PSO粒子群5种改进算法实例源码
- 用MATLAB编写测试函数的五种PSO改进算法(Five PSO improved algorithms with test functions written in MATLAB)
PSO的PID控制器
- 针对一般的粒子群优化(PSO)学习算法中存在的容易陷入局部最优和搜索精度不高的缺点,对改进型PSO算法进行研究。由于惯性权重系数ω对算法是否会陷入局部最优起到关键的作用,因此,通过改变惯性权重ω的选择,对惯性权重系数采取线性减小的方法,引入改进型的PSO算法。采用改进的PSO算法对PID控制器进行参数优化并把得到的最优参数应用于控制系统中进行仿真。仿真实验结果表明:改进型PSO算法不会陷入局部最优,能得到全局最优的PID控制器的参数,并