How to solve optimization problems with constraints of differential equations constraints ?
Show older comments
Answers (1)
Sam Chak
on 30 Aug 2024
1 vote
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.
Categories
Find more on Nonlinear Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!