population size of pso in matlab

4 ビュー (過去 30 日間)
yuen andy
yuen andy 2020 年 10 月 15 日
コメント済み: yuen andy 2020 年 10 月 16 日
I am trying particle swarm optimization in MATLAB, but i could not find any information about the default number of population size for the PSO in matlab function. ( pos() ). I want to know about the population size. thank you.

採用された回答

Stephan
Stephan 2020 年 10 月 15 日
You find it here:
The entry is in the third row from the bottom of the table:
"SwarmSize
Number of particles in the swarm, an integer greater than 1. Default is min(100,10*nvars), where nvars is the number of variables."
  1 件のコメント
yuen andy
yuen andy 2020 年 10 月 16 日
thx

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

その他の回答 (0 件)

カテゴリ

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