A hybrid firefly and particle swarm optimization (HFPSO)

A hybrid metaheuristic optimization algorithm that combines strong points of FA and PSO
2,8K descargas
Actualizado 22 nov 2022

Ver licencia

•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

Citar como

İ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

Compatibilidad con la versión de MATLAB
Se creó con R2018a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Particle Swarm en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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

-