- 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!