A hybrid firefly and particle swarm optimization (HFPSO)

A hybrid metaheuristic optimization algorithm that combines strong points of FA and PSO
2,8K téléchargements
Mise à jour 22 nov. 2022

Afficher la licence

•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

Citation pour cette source

İ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

Compatibilité avec les versions de MATLAB
Créé avec R2018a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Particle Swarm dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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

-