I cannot get the method documented in "Specify Independent Parameters for Optimization" to work
1 次查看(过去 30 天)
显示 更早的评论
I am trying to implement the method in the "Specify Independent Parameters for Optimization" section in this documentation: https://se.mathworks.com/help/sldo/ug/specify-parameters-to-optimize-gui.html , but after some testing I can't get it to work. I followed the example, but Kint does not change its value at all between iterations.
2 个评论
Satwik
2024-3-28
Hi @Jiarui
Could you please share the model you are working with so that I can reproduce the issue on my end.
Thanks!
回答(1 个)
Samay Sagar
2024-4-25
Based on my understanding, the issue you are encountering is because “Kint” is calculated in the Init script without linking to the Simulink model's execution. Hence it will not update during the optimization process. To dynamically update “Kint”, consider implementing it directly within the Simulink model or using a MATLAB Function block that takes “x” and “y” as inputs and outputs “Kint”.
Hope this helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Design Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!