PSO-Python

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:4KB
下载次数:26
上传日期:2018-04-13 20:33:32
上 传 者绝情逆空
说明:  粒子群算法,PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。
(The particle swarm optimization (PSO) algorithm, which is one of the evolutionary algorithms, is similar to the simulated annealing algorithm. It also starts from the random solution to find the optimal solution by iteration. It also evaluates the quality of the solution by the fitness, but it is more simple than the genetic algorithm rule, and it has no genetic algorithm "Crossover" and "variation". "(Mutation) operation, it seeks the global optimum by following the best value that is currently searched. This algorithm has attracted the attention of the academic community for its advantages of easy realization, high accuracy and fast convergence, and has shown its superiority in solving practical problems. Particle swarm optimization (PSO) is a parallel algorithm.)

文件列表:
PSO\PSO.pyproj (1951, 2017-08-04)
PSO\PSO.sln (809, 2017-08-10)
PSO\app.py (1120, 2017-08-10)
PSO\license.txt (1350, 2017-08-10)
PSO\yarpiz (0, 2018-04-13)
PSO\yarpiz\__init__.py (885, 2017-08-10)
PSO\yarpiz\pso.py (2768, 2017-08-10)
PSO (0, 2018-04-13)

近期下载者

相关文件


收藏者