搜索资源列表
pso
- 这是一个很基本的pso算法的matlab的源码。比较的简单,但是可以再这个基础上修改的
PSOtoolbox.rar
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
psomatlab
- 包括粒子群算法的MATLAB工具箱和PDF文档的使用说明-PSO TOOLBOX IN MATLAB
PSO
- 粒子群进化算法,标准的源代码程序和实例教程。-Evolutionary particle swarm algorithm, standard procedures and examples of source code tutorial.
pso
- matlab实现的PSO算法,主要功能是模拟粒子群算法,经过测试可以运行。-matlab implementation of the PSO algorithm, the main function is to simulate particle swarm algorithm is tested to run.
PSOFuzzyModeler
- Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
LinWPSO
- 权重改进的粒子群算法,来自于《精通MATLAB最优化计算》-pso with improved weighted factor
LnCPSO
- 变学习因子粒子群算法,来自于《精通MATLAB最优化计算》-pso with variant learning factor
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
K-matrix
- pso算法求解多维矩阵的matlab程序-pso algorithm matlab program for multi-dimensional matrix
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
- 基本PSO算法源代码,可以直接在matlab中运行。效果不错,适合初学者。-Basic PSO algorithm source code can be directly run in matlab. Good results, suitable for beginners.
PSO
- 用matlab实现的粒子群pso算法,最基础的粒子群,适合初学者-it s very easy to understand for primary
PSO
- 基于自然数编码的粒子群算法MATLAB实现源代码。-Based on natural number coding Particle Swarm MATLAB source code to achieve.
Matlab-GP-nn-algorithmic-optimize
- 在Matlab中PSO算法可用于BP神经网络的网络权值优化,PSO算法比传统的BP神经网络采用误差反向传播来调整网络连接权值可以有更大的空间内搜索的优势。-The PSO calculate way can be used for the network power of BP nerve network to be worth in Matlab excellent turn, the PSO calculate way is more anti- than traditional BP ne
PSO-to-Optimize-BP-NN-procedure
- 在Matlab中PSO算法可用于BP神经网络的网络权值优化,PSO算法比传统的BP神经网络采用误差反向传播来调整网络连接权值可以有更大的空间内搜索的优势。-The PSO calculate way can be used for the network power of BP nerve network to be worth in Matlab excellent turn, the PSO calculate way is more anti- than traditional BP ne
pso
- 代码主要介绍遗传算法,基于matlab编写(The code mainly introduces genetic algorithm, based on MATLAB.)
pso_Trelea_vectorized
- 粒子群算法MATLAB程序,求解优化问题。(Particle swarm optimization (PSO) MATLAB program)