PSO Demo

版本 1.0.0 (2.4 KB) 作者: Rodney Tan
This script demonstrate the fundamental of Particle Swarm Optimisation (PSO) searching for minimum cost in a 2D sphere function
466.0 次下载
更新时间 2020/8/18

查看许可证

% Written by Rodney Tan (PhD)
% Version 1.00 (Aug 2020)
%
% This script demonstrate the fundamental idea of Particle Swarm Optimisation (PSO)
% searching for minimum cost in a two dimension variables sphere function
%
% This PSO demo allows the user to set the population size, inertia coefficient (w),
% personal acceleration coefficient (c1), global acceleration coefficient (c2),
% inertia damping weight, the number of iteration, search space lower boundary
% and search space upper boundary.
%
% Reference
% Yarpiz (2020). Video Tutorial of Particle Swarm Optimization (PSO) in MATLAB
% (https://www.mathworks.com/matlabcentral/fileexchange/57286-video-tutorial-of-particle swarm-optimization-pso-in-matlab),
% MATLAB Central File Exchange.

引用格式

Rodney Tan (2024). PSO Demo (https://www.mathworks.com/matlabcentral/fileexchange/79239-pso-demo), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2020a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Particle Swarm 的更多信息
致谢

参考作品: Particle Swarm Optimization (PSO)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0