how to understand firefly algorithm

11 ビュー (過去 30 日間)
Satrio Wicaksono
Satrio Wicaksono 2020 年 8 月 11 日
編集済み: Abdolkarim Mohammadi 2020 年 8 月 11 日
I will make a project about improving the frequency using a power system stabilizer with a firefly algorithm. How to enter the formula in fa_mincom and firefly_simple coding to find parameters Ks T1 T2 T3 T4 and T5

採用された回答

Abdolkarim Mohammadi
Abdolkarim Mohammadi 2020 年 8 月 11 日
編集済み: Abdolkarim Mohammadi 2020 年 8 月 11 日
You should define them as design variables. I recommend that you first read thoroughly the nice documentation and source code of MATLAB's built-in Genetic Algorithm (ga function) as well as those of PSO and SA to learn about the basics of metaheuristics. Then go to the File Exchange, where you can download the source code for many metaheuristic algorithms, written by the original authors. You can learn a lot by reading the original paper of metaheuristic algorithms and the original source codes published on File exchange.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by