- You can see option values by reading the options table or entering optimoptions('ga')
- There is more information on the options in the option description section
- The algorithm description is here.
Number of Population and Generation in GA?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a function where I'm trying to optimize. So, Im using GA and I have run the optimizer on the defult case. Is there anyway to figour out the number of population and generation?
I have 16 variables and a single objective. I see the generations defult uses 100 * number of variables. So, what about the population? Is the population number fixed in each generation?
0 件のコメント
採用された回答
Alan Weiss
2019 年 5 月 28 日
it is difficult for me to understand what you are asking, but here is some information that might help you:
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Nonlinear Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!