粒子群优化PSO我要分享

Particle Swarm Optimization with PSO

matlab pso 优化 粒子

关注次数: 140

下载次数: 2

文件大小: 49.30 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab练习程序(粒子群优化PSO) 算法没有和图像处理直接相关,不过对于图像分类中的模式识别相关算法,也许会用到这个优化算法。算法步骤:1.首先确定粒子个数与迭代次数。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

MATLAB training program (PSO Particle Swarm Optimization) algorithm is not directly related to image processing, pattern recognition algorithm for image classification, however, may use this algorithm. Steps: 1. first determine the number of particles and the number of iterations. 2. a random initial position and velocity of each particle. 3. update the position and velocity of every particle as follows.


代码预览