Add an optimization algorithm to simulink
4 ビュー (過去 30 日間)
古いコメントを表示

how can I change this (fminsearch) optimizer to another optimization algorithm?
3 件のコメント
Walter Roberson
2022 年 4 月 23 日
Your diagram does not appear to include any optimization block. The block you circled looks to me as if it is a root finding block.
採用された回答
Sam Chak
2022 年 4 月 23 日
Please follow the example here:
https://www.mathworks.com/help/physmod/sps/ug/battery-parameter-extraction-from-data.html#d123e30675
Find the m-file
edit ee_battery_opt_m
and you can copy the script and replace the fminsearch() function with your desired optimizer.
その他の回答 (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!