Convection-Diffusion-Reaction Equation ( 2D) with a given Constrained Optimal Control Problem
Show older comments
I want solve: The Convection-Diffusion-Reaction Equation ( 2D) with a given Constrained Optimal Control Problem , I have used the programme https://www.mathworks.com/matlabcentral/fileexchange/60867-2d-unsteady-convection-diffusion-problem
But this programme give only the general solution of the Convection-Diffusion-Reaction Equation and not the Constrained Optimal Control Problem. any help to this work
Answers (1)
What do you want to control with which constraints and how ?
Optimal control problems together with ordinary or partial differential equations need a coupling of an integrator for the ordinary or partial differential equations and an optimizer for the constraint optimal control.
As you wrote, you found the integrator. Now you will have to couple it with an optimizer. The usual choice for this optimizer in MATLAB is "fmincon".
3 Comments
As I said:
Either use "fmincon" or licence "PROPT":
I think the approach with "fmincon" will give the greatest flexibility - PROPT only seems to support ODEs and DAEs, not PDEs.
If you have multiple conflicting objective functions, use "gamultiobj".
Adams
on 24 Dec 2023
Categories
Find more on Problem-Based Optimization Setup 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!