用于可变电阻和电压值的粒子群优化算法我要分享

particle swarm optimization for get variable resis

matlab

关注次数: 170

下载次数: 0

文件大小: 8.50 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:粒子群优化(PSO)是一种基于种群的随机优化算法


English Description:

Particle swarm optimization (PSO) is a population based stochastic optimization technique developed by Dr. Eberhart and Dr. Kennedy in 1995, inspired by social behavior of bird flocking or fish schooling. Particle swarm optimization or PSO is a general purpose optimization algorithm of which the underlying idea is the following: a swarm of particles moves around in the search space and the movements of the individual particles are influenced by the improvements discovered by the others in the swarm. As the optimization progresses, the optimum will be discovered.


代码预览