PSO Demo

Versione 1.0.0 (2,37 KB) da Rodney Tan
This script demonstrate the fundamental of Particle Swarm Optimisation (PSO) searching for minimum cost in a 2D sphere function
497 download
Aggiornato 18 ago 2020

Visualizza la licenza

% 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.

Cita come

Rodney Tan (2025). PSO Demo (https://it.mathworks.com/matlabcentral/fileexchange/79239-pso-demo), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2020a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato da: Particle Swarm Optimization (PSO)

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0