I want to implement u_c = argmin ( u_nom - u)^2 subject to \dot(h) + \alpha * h geq 0
1 回表示 (過去 30 日間)
古いコメントを表示
let me know how to use argmin subject to an inequality constraint
4 件のコメント
Walter Roberson
2022 年 11 月 23 日
There are several different minimization routines in MATLAB, none of which happen to be called "argmin" . But also, none of the built-in routines in the Optimization Toolbox or the Global Optimization Toolbox happen to handle differential equations or integral equations.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Surrogate Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!