Working of PSO with hybrid function

2 ビュー (過去 30 日間)
Salman Zafar
Salman Zafar 2021 年 10 月 6 日
コメント済み: Salman Zafar 2021 年 10 月 6 日
I am using PSO with hybird function (in my case I am using fmincon) for my optimisation problem, and I am stuck with confuison about the working methodology. In documentation, it is written 'A hybrid function is another minimization function that runs after the particle swarm algorithm terminates', does it mean hybrid funtion runs after PSO at each iteration or it means hybrid function works when PSO wont be able to minimize the objective function further.
An explanation will be appreciated.
Thanks.

採用された回答

Alan Weiss
Alan Weiss 2021 年 10 月 6 日
It means the hybrid function runs after particleswarm stops. Ends. Is done. That's what terminates means. In fact, it is equivalent to run particleswarm without a hybrid function, then run fmincon starting from the particleswarm solution.
Usually, you use a hybrid function to obtain a more accurate local solution. I hope that is what you are trying to achieve.
Alan Weiss
MATLAB mathematical toolbox documentation
  1 件のコメント
Salman Zafar
Salman Zafar 2021 年 10 月 6 日
Thank you for the clarification.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParticle Swarm についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by