- 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?
2 次查看(过去 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!