搜索资源列表
pso
- 这是一个很基本的pso算法的matlab的源码。比较的简单,但是可以再这个基础上修改的
pso
- Matlab 的PSO程序。 to apply this to different equations do the following generate initial particles in a search space close to actual soln fool around with no of iterations, no of particles, learning rates for a truly generic PSO do the follow
PSOtoolbox.rar
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
PSO
- 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
modified_PSO
- this modified PSO algorithm can solve for constrained optimization problem
matlabcode
- 无线通信FPGA设计,主要是配套该书的源代码-Wireless FPGA Design
pso
- matlab实现的PSO算法,主要功能是模拟粒子群算法,经过测试可以运行。-matlab implementation of the PSO algorithm, the main function is to simulate particle swarm algorithm is tested to run.
pso_01
- 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
PSOFuzzyModeler
- Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
LnCPSO
- 变学习因子粒子群算法,来自于《精通MATLAB最优化计算》-pso with variant learning factor
3516546f84g6
- 电压稳定约束的无功调度在放松管制的电网中是系统操作员(ISO)面临的一项艰巨的任务,其任务是提供公平的辅助性服务-PSO matlab code
Adaptive_particle_swarm_algorithm
- 自适应粒子群算法,自适应粒子群算法,在普通的粒子群算法里面加入了熵和平均粒距的概念,收敛速度大大提高,而且不容易陷入局部最优,能更有效的解决复杂问题。-Adaptive particle swarm algorithm, adaptive particle swarm optimization, in which ordinary PSO joined the entropy and the concept of average distance, speed up the convergenc
pso-matlab
- 粒子群优化算法matlab程序,简洁易懂,适用于初学者!-Particle Swarm Optimization algorithm matlab program
PSO
- 粒子群算法MATLAB程序,求多元单峰函数好用。-Particle swarm algorithm MATLAB program,
pso
- 本文为基于matlab的粒子群算法的程序,以求函数最小值为例,讲述如何用粒子群算法求得局部和全局最优解。-This article is based on particle swarm algorithm matlab procedures, in order to the minimum function, for example, on how to use PSO obtain local and global optimal solution.
pso
- 这个是我自己编写的基于混沌自适应粒子群优化的matlab程序,得出了非常好的效果!-This is what I have written based on adaptive particle swarm optimization chaos matlab program, obtained very good results!
PSO工具箱
- 这是用matlab开发的pso工具箱,直观实用,对做这方面研究的人员很有用处-this is the development of pso Matlab Toolbox, easy to use and the right to do this study of usefu
PSO
- 标准粒子群算法PSO matlab源代码-PSO algorithm
pso
- 代码主要介绍遗传算法,基于matlab编写(The code mainly introduces genetic algorithm, based on MATLAB.)
pso_Trelea_vectorized
- 粒子群算法MATLAB程序,求解优化问题。(Particle swarm optimization (PSO) MATLAB program)