A hybrid firefly and particle swarm optimization (HFPSO)

A hybrid metaheuristic optimization algorithm that combines strong points of FA and PSO
2,8K Downloads
Aktualisiert 22. Nov 2022

Lizenz anzeigen

•A hybrid metaheuristic optimization algorithm that combines strong points of firefly and particle swarm algorithms.
•A local search strategy is proposed by controlling previous global best fitness value.
Please cite :
İbrahim Berkan Aydilek, A hybrid firefly and particle swarm optimization algorithm for computationally expensive numerical problems, Applied Soft Computing, Volume 66, May 2018, Pages 232-249

Zitieren als

İbrahim Berkan Aydilek, A hybrid firefly and particle swarm optimization algorithm for computationally expensive numerical problems, Applied Soft Computing, Volume 66, May 2018, Pages 232-249

Kompatibilität der MATLAB-Version
Erstellt mit R2018a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Particle Swarm finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.4

Please use updated Version4(hfpso_v4) if the lower and upper boundaries are different for both the variables.
Usage--> dim=4; down = [0 0 0 0]; up= [5 10 3 15];
func_no=1; results(func_no,:) = hfpso_v4(50,30,1.49445,1.49445,down,up,dim,0.1,func_no,'

1.0.0.3

fixed some bugs for compatible with any version

1.0.0.0

-