Quantum-Behaved Particle Swarm Optimization
Versione 1.0.0 (6,46 KB) da
David Franco
The Q-PSO function + 11 benchmark functions.
The folder contain the Quantum PSO main code (QPSO) and 11 functions for benchmark.
EXAMPLE:
fun = @griewankfcn;
D = 30;
nPop = 50;
lb = -600;
ub = 600;
maxit = 1000;
maxeval = 10000*D;
[xmin,fmin,histout] = QPSO(fun,D,nPop,lb,ub,maxit,maxeval);
OR DIRECTLY:
[xmin,fmin,histout] = QPSO(@griewankfcn,30,50,-600,600,1000,10000*30);
Compatibilità della release di MATLAB
Creato con
R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Particle Swarm in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Quantum-behaved Particle Swarm Optimization
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0 |