Find optimal values while minimising multiple multi-variable functions
古いコメントを表示
I have 4 multi-variable functions defined as
I am using symbolic expression to represent the functions. I want to compute the optimal values of
and
(starting value of all is same at
) that minimizes
, under some specific constraints such as
,
,
,
.
I tried using Solve function of matlab to find suitable solution under the parameter
and using equations of form
, but I am not getting any proper solution.
I hope some of you help my trouble.
3 件のコメント
Alan Weiss
2021 年 9 月 2 日
Are you using the problem-based approach using optimization variables? Or are you using Symbolic Math Toolbox™ functions? I recommend Optimization Toolbox™ functions because they are numeric, and hence can reliably find solutions. It is not always possible to find a symbolic solution.
Alan Weiss
MATLAB mathematical toolbox documentation
@Sumana Bag Your problem statement appears to involve only E1,...,E4. What role do f1,...,f4 have in the problem?
Also, what properties do the E1,...,E4 functions have? Are they linear? smooth? piecewise-smooth?...
Sumana Bag
2021 年 9 月 3 日
編集済み: Sumana Bag
2021 年 9 月 3 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Systems of Nonlinear Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!