A hybrid firefly and particle swarm optimization (HFPSO)

A hybrid metaheuristic optimization algorithm that combines strong points of FA and PSO
ダウンロード: 2.9K
更新 2022/11/22

ライセンスの表示

•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

引用

İ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 リリースの互換性
作成: R2018a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersParticle Swarm についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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

-