Location:
Search - MyPSo
Search list
Description: 自已编的PSO(粒子群优化算法)的程序
MyPSO,Particle Swarming Optimization
Platform: |
Size: 116533 |
Author: 陈旋 |
Hits:
Description: //开发平台:Microsoft .NET Framework 2.0,Microsoft Visual C# 2005 Express //日期:2005.3.12 //作者:刘波 //粒子群优化算法(PSO):本算法求目标函数的最小值-/ / development platforms : Microsoft.NET Framework 2.0, Microsoft Visual C# 2005 Express / / Date : 2005.3.12 / / Author : Liu Bo / / Particle Swarm Optimization (PSO) : The algorithm for the minimum objective function
Platform: |
Size: 11943 |
Author: 剑胆琴心 |
Hits:
Description:
Platform: |
Size: 40960 |
Author: 剑胆琴心 |
Hits:
Description: 自已编的PSO(粒子群优化算法)的程序
MyPSO,Particle Swarming Optimization
Platform: |
Size: 120832 |
Author: 陈旋 |
Hits:
Description: 一个用粒子群做的路径规划。功能比较简单,障碍物就是几个点。-A particle swarm to do with the path planning. Function is relatively simple, barrier is a few points.
Platform: |
Size: 6144 |
Author: 陈建胜 |
Hits:
Description:
Platform: |
Size: 304128 |
Author: liuhua |
Hits:
Description: Matlab编写的PSO算法,非常好,直接可用-PSO algorithm written in Matlab, very good, directly available
Platform: |
Size: 6144 |
Author: zengxq |
Hits:
Description: 采用opencv平台演示粒子群优化算法,结构和逻辑很清晰,演示效果良好-Opencv platform demonstrates the particle swarm optimization algorithm, structure and logic is very clear, demonstrates good
Platform: |
Size: 11179008 |
Author: 张帅 |
Hits:
Description: PSO的基础程序。这是没有改进过的PSO源代码,其中的c1,c2,w均采用常数,可供大家下载后做优化研究等。-PSO basis of the program. This is not improved PSO source code, which c1, c2, w are using constants available for download to do optimization research.
Platform: |
Size: 1024 |
Author: Alex |
Hits:
Description: In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyPSO) is introduced to improve the performance of the standard particles swarm optimization to achieve better results and avoid stagnation at bad results. This new mechanism is also tested by the same benchmark functions. The results of improved PSO are then compared with those of standard PSO and different published improved PSO (SPSO, PSO-XD, CPSO-S and PSO-P5).
Platform: |
Size: 3072 |
Author: basem |
Hits:
Description: In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyPSO) is introduced to improve the performance of the standard particles swarm optimization to achieve better results and avoid stagnation at bad results. This new mechanism is also tested by the same benchmark functions. The results of improved PSO are then compared with those of standard PSO and different published improved PSO (SPSO, PSO-XD, CPSO-S and PSO-P5).
Platform: |
Size: 20083712 |
Author: basem |
Hits:
Description: In this project, the standard particles swarm optimization - named here (MyPSO) is simulated and tested by five well-known benchmark functions (Sphere, Ackley, Rastrigin, Rosenbrock and Schwefel p2.26). Then, a new mechanism- named here (Improved MyPSO) is introduced to improve the performance of the standard particles swarm optimization to achieve better results and avoid stagnation at bad results. This new mechanism is also tested by the same benchmark functions. The results of improved PSO are then compared with those of standard PSO and different published improved PSO (SPSO, PSO-XD, CPSO-S and PSO-P5).
Platform: |
Size: 142336 |
Author: basem |
Hits:
Description: 用粒子群算法求函数最大值,可直接运得的,还可继续改进的-pso arithmetic
Platform: |
Size: 1024 |
Author: 冰点 |
Hits:
Description: PSO算法,应用到弱电里面的射频天线中的优化与运算-PSO algorithm is applied to the weak RF antenna inside the optimization and operation
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 粒子群优化算法,对于RBF神经网络的优化,实现最优策略-Particle swarm optimization algorithm, to the optimization of RBF neural network, the realization of the optimal strategy
Platform: |
Size: 4096 |
Author: 阮浩 |
Hits:
Description: PSO经典算法的matlab实现,核心函数MyPSO参数只有一个结构体参数,代码有详细注释-PSO classical algorithm matlab implementation
Platform: |
Size: 4096 |
Author: 吴亮 |
Hits:
Description: 使用粒子种群算法优化BP神经网络的c++源程序,开发环境vs2010,经验证,效率高于传统BP网络-Population particle optimization algorithm using BP neural network c++ source code, development environment vs2010, proven efficient than traditional BP network
Platform: |
Size: 8295424 |
Author: zhangwanli |
Hits:
Description: pso multi objective pso multi objective pso multi objective pso multi objective -pso multi objective pso multi objective pso multi objective pso multi objective pso multi objective pso multi objective pso multi objective pso multi objective
Platform: |
Size: 11264 |
Author: vahid |
Hits:
Description: 粒子群算法,也称粒子群优化算法或鸟群觅食算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等[1] 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(Function optimization)
Platform: |
Size: 6144 |
Author: xym111
|
Hits:
Description: 该文件为粒子群算法优化支持向量机模型参数的matlab代码(This document is a particle swarm optimization algorithm to optimize the parameters of the support vector machine model matlab code)
Platform: |
Size: 25600 |
Author: zhouyucai |
Hits: