Simulink Blackbox with fminsearch

조회 수: 3 (최근 30일)
Florian Daberkow
Florian Daberkow 2021년 1월 14일
답변: Pratheek Punchathody 2021년 1월 18일
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.

답변 (1개)

Pratheek Punchathody
Pratheek Punchathody 2021년 1월 18일
Refer to the documentation on "fminsearch() Algorithm" which uses the Nelder-Mead Simplex algorithm for details.
Also you can refer to the documentation on "fminsearch()" for more details on the function.

카테고리

Help CenterFile Exchange에서 Manual Performance Optimization에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by