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!