I specified more parameters to GA in order to speed up my code execution by using (optimoptions), I want to know the best values for these parameters and the meaning of it
이전 댓글 표시
opts = optimoptions(@ga, ...
'PopulationSize', 150, ...
'MaxGenerations', 200, ...
'EliteCount', 10, ...
'FunctionTolerance', 1e-8);
댓글 수: 1
Rena Berman
2021년 12월 16일
(Answers Dev) Restored edit
답변 (1개)
Abhishek Gupta
2021년 6월 8일
0 개 추천
Hi,
Referring to the following documentation link, which might help you resolve the issue: -
(Check out the 'Description' and 'Values' columns of the table.)
카테고리
도움말 센터 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!