A hybrid firefly and particle swarm optimization (HFPSO)

A hybrid metaheuristic optimization algorithm that combines strong points of FA and PSO
2.7K Downloads
Updated 22 Nov 2022

View License

•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

Cite As

İ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

MATLAB Release Compatibility
Created with R2018a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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

-