搜索资源列表
PSO
- PSO算法的matlab实现,在6.5版本测试过,其他版本不保证能够马上用
PSO
- 改进的pso算法(3个m文件和一个说明文件): 本算法实现Clerc and Kennedy 2002年对pso算法的重要改进
PSO.rar
- 新的微粒群算法 利用matlab实现 简单,a new PSO
pso.rar
- 标准粒子群算法求解非线性方程,用MATLAB实现,并出仿真结果,The standard particle swarm algorithm for solving nonlinear equations, using MATLAB to achieve, and the simulation results
pso
- 这是一个粒子群算法求解车辆路径的源码,用matlab仿真实现。-This is a particle swarm algorithm for vehicle routing the source, using matlab simulation.
PSO
- 粒子群算法滤波器,用粒子群算法实现了LP滤波器-Particle swarm algorithm filter, particle swarm algorithm with the LP filter
PSO
- 这是粒子群优化算法的实现,求解多模态函数非常使用-This is the Particle Swarm Optimization algorithm to solve multi-modal function is the use of
pso_2D
- PSO_2D是一个二维的PSO算法实现。自己做得project-PSO_2D is a two-dimensional realization of the PSO algorithm. Doing their own project
pso1
- pso算法在matlab上实现,对毕业设计有用!现在对做这方面工作的学生有一定帮助-pso算法在matlab上实现
pso_2D
- 一个非常好的粒子群算法实现,该算法为matlab实现-A very good PSO implementation, the algorithm for the matlab implementation
hybrid-PSO
- 这是一个混合的粒子群算法编程实现,希望对大家有帮助-hybrid PSO code in matlab
PSO_
- PSO算法的实现。寻找搜寻范围内的最优解。-PSO algorithm. Search within to find the optimal solution.
pso
- PSO算法简单、易实现且参数较少,现已被应用于函数优化、神经网络训练、模糊系统控制以及其它遗传算法的应用领域-PSO algorithm is simple, easy to implement and less parameters, have been applied to function optimization, neural network training, fuzzy system control and other applications of genetic algorit
PSO
- 用MATLAB编写的PSO粒子群法程序,程序利用PSO算法实现函数自动寻优问题(Written in PSO particle swarm MATLAB procedures)
PSO-lssvm
- 利用PSO-LSSVM算法实现模式识别功能(Using PSO-LSSVM algorithm to realize pattern recognition)
pso
- PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"变异"(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(The PSO algorithm is a kin
pso
- 实现光伏发电系统中MPPT功能,实现PSO算法的m文件(Realize the MPPT function in the photovoltaic power generation system and realize the m file of PSO algorithm.)
PSO-LSSVM
- PSO-LSSVM算法的matlab实现,利用PSO算法对LSSVM模型的初始参数求解,以期望得到最好的模型。(PSO-LSSVM algorithm is implemented in matlab, and PSO algorithm is used to solve the initial parameters of LSSVM model in order to get the best model.)
PSO
- 标准PSO算法实现,利于初学者了解粒子群优化算法及学习(Standard PSO algorithm for beginners to understand particle swarm optimization algorithm and learning)
PSO
- 通过粒子群算法实现pid参数的自整定。内容涵盖matlab程序和SIMUILINK仿真。已调试。(PID parameter tuning of particle swarm optimization)