Multi-Variable Constrained Optimization of Undefined Objective Function
이전 댓글 표시
Hi,
I want to minimize an output that it's objective function is not available. This optimization is constrained.
Which built in function is recommended? Also if there is a code that can handle this problem, I would appreciate sharing the code with me.
Best Regards, Ali.
댓글 수: 4
Torsten
2018년 7월 13일
More details are needed in order to give advice.
Ali Soleimani
2018년 7월 13일
Torsten
2018년 7월 13일
E.g. what you mean by "minimize an output".
Ali Soleimani
2018년 7월 13일
답변 (1개)
Jeff Miller
2018년 7월 14일
1 개 추천
You must provide an objective function in order to use MATLAB's minimization routines. If the objective function can only be computed by another app, then your MATLAB objective function will have to call this other app and return its result. This is likely to be slow, but it seems like the only option unless you want to recode that app's objective function within MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!