How to solve optimization problems with constraints of differential equations constraints ?

7 visualizaciones (últimos 30 días)
I want to use the fmincon function but I don't know how to write constraints with differential equations.
  2 comentarios
Sam Chak
Sam Chak el 30 de Ag. de 2024
Are you able to find some relevant constrained problems in the fmincon documentation?
xin
xin el 30 de Ag. de 2024
In the help file, it seems that fmincon can only handle non-linear constraints.

Iniciar sesión para comentar.

Respuestas (1)

Sam Chak
Sam Chak el 30 de Ag. de 2024
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.

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by