Info
此问题已关闭。 请重新打开它进行编辑或回答。
What is the command in matlab simulink for change the number of generation without open window optimtool ?
1 次查看(过去 30 天)
显示 更早的评论
Hi all,
I am use GA in Matlab R2019b for find optimal displacement for several earthquakes, but before to begin I want to change the number of generation for find best solution of parameters or variables also in this problem i have seven variables .
How can do that ?.....
I hope to any one help me or give me a solution .
salutation .
0 个评论
回答(1 个)
Devineni Aslesha
2020-4-23
Hi
The command to change the number of generations without opening optimtool window is as follows.
options = optimoptions('ga','MaxGenerations',25);
For more information, refer the following link.
1 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!