why every time pso solution changes ??

1 回表示 (過去 30 日間)
haritha pindi
haritha pindi 2019 年 6 月 7 日
回答済み: haritha pindi 2019 年 6 月 25 日
Why every time pso solution change ?
I did a program using pso inbuilt code once it wil converge to optimum solution if i run again i wont converge.Based on what parameters its converging how to fix that converging solution using optimoptions.Can any one help me out ?
Even Ga also also iam getting same.

採用された回答

Walter Roberson
Walter Roberson 2019 年 6 月 7 日
particleswarm and ga both generate locations at random. It is expected that they would produce different answers if you run them twice with the same inputs.
If you need to repeat the exact same result, then use rng() to set the random number seed to the same value before each run.

その他の回答 (1 件)

haritha pindi
haritha pindi 2019 年 6 月 25 日
Thank you.I will try.Thank you so much for ur help

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by