搜索资源列表
PSOtoolbox.rar
- MATLAB实现粒子群算法的toolbox工具。,MATLAB realization of Particle Swarm toolbox tools.
tsp.rar
- 这是一个很好用的求解TSP问题的粒子群算法,很适合初学者。,This is a very good solution of TSP used in the particle swarm optimization problems, it is suitable for beginners.
pso-svm.rar
- 粒子群算法与支持向量机的结合,用粒子群算法快速寻找支持向量机的最优参数。,Particle swarm optimization with support vector machines with particle swarm optimization with support vector machines quickly find the optimal parameters.
PSO
- 关于粒子群算法的各种应用及当前研究前沿热点。-With regard to various applications of particle swarm optimization algorithm and the frontier of current research hotspot.
PSO_C++
- 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 备注:目标优化函数程序中已经内定了,f6 ={0.
PSO_GA_RBF
- 粒子群算法、遗传算法优化RBF径向基神经网络。-Particle swarm optimization, genetic algorithm optimization of RBF Radial Basis Function Neural Networks.
EnvironmenalEconomicPwerDispatchsAlgorithms
- 本文介绍了混合粒子群算法在环境和经济调度方面的应用,并对粒子群算法做了进一步发展,对算法学习有一定帮助。-In this paper, hybrid particle swarm algorithm in the environment and the application of economic dispatch, particle swarm optimization and further development of the learning algorithm must help.
PSOHMM11
- pso粒子群算法与隐马尔科夫模型的结合,用粒子群优化算法度模型参数进行优化,用于度序列观察。-pso particle swarm algorithm with a combination of hidden Markov model, using particle swarm optimization algorithm to optimize the degree of model parameters for the degree of sequence observations.
PSO
- 自己编写的一个非常简单的粒子群算法程序,适合初学者。自己调试通过。-I have written a very simple particle swarm optimization process, suitable for beginners. By their own debugging.
Hybrid-PSO
- 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
basepso
- 基于两个学习因子分时段学习的改进粒子群算法。-Factor scores based on two learning sessions to learn to improve particle swarm algorithm.
原始的粒子群算法
- 文章为最原始的粒子群多目标算法,已经调通,供大家学习和研究。(The article is the original particle swarm multi-objective algorithm, it has been transferred for everyone to learn an d study.)
粒子群蚁群
- 粒子群算法例子,里面包含了详细的注释,并且有很高的移植性,易于新手学习。(an example for Particle swarm optimization with efficient remarks)
chapter14
- 粒子群算法实现pid寻优,寻找最好的比例。积分,微分参数(liziqun suanfa xun you)
goplotpso
- 粒子群算法,优于神经网络,收敛速度快,经典的算法程序。(Particle Swarm Optimization)
liziqun
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"
liziqunsuanfa
- 主要编写的粒子群算法及其简单的应用。有需要着可下(The particle swarm algorithm is mainly written and its application is simple. There is a need to go down)
qpso
- 量子粒子群算法:因为粒子的位置和速度在量子空间中不能一起确定,所以用波函数表示粒子位置,通过蒙特卡罗方法求出粒子位置。gbest求解通过平均最好位置mbest得到。mbest是所有个体平均最优,通过它来求解粒子出现在相对点的位置,用L表示。而粒子的势表示位置的最终值,与L直接相关。(Quantum particle swarm optimization (QPSO): because the position and velocity of the particle can not be det
改进粒子群算法的PID控制器优化设计
- 基本的pid控制器算法以及simulink仿真模型,可以在线更改仿真参数。(Simulation optimization)
粒子群算法
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"