- 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 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Alan Weiss
on 28 May 2019
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
More Answers (0)
See Also
Categories
Find more on Nonlinear Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!