How to solve optimization problems with constraints of differential equations constraints ?
3 ビュー (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1763234/image.png)
I want to use the fmincon function but I don't know how to write constraints with differential equations.
2 件のコメント
Sam Chak
2024 年 8 月 30 日
Are you able to find some relevant constrained problems in the fmincon documentation?
回答 (1 件)
Sam Chak
2024 年 8 月 30 日
Hi @xin
This optimization problem in this example has the following:
- a linear equality constraint,
- three linear inequality constraints,
- a nonlinear equality constraint, and
- two nonlinear inequality constraints.
Follow the example to correctly describe the constraints in your code. Start with a simple univariate problem before progressing to a multivariate problem.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!