Simulink Blackbox with fminsearch
2 ビュー (過去 30 日間)
古いコメントを表示
i am looking for a way to use the fminsearch()-function with Nelder-Mead-Simplex algortihm to optimise a simulink modell.
The simulink modell is highly complex and cant be descripted accuratly via a single equation. Therefore i want to only feed
input x(i) and output y values of the modell to fminsearch() but i have no idea how or if that is even possible.
If smb has a solution for this it would be much appreciated.
0 件のコメント
回答 (1 件)
Pratheek Punchathody
2021 年 1 月 18 日
Refer to the documentation on "fminsearch() Algorithm" which uses the Nelder-Mead Simplex algorithm for details.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!