how to optimize my ODE system using fmincon

33 views (last 30 days)
Hello all, Please I am new to the optimization field. I have an ode system which I have solved and have performed parameter estimation, I am at the steady state optimization step but I do not know how to use fmincon for this purpose. I solved the ODE model using euler explicit method and used EKF for the parameter estimation. My system is my non-linear equality constraint. I want to optimize my input using the parameters I estimated, for solving the ODE my input and uncertain parameters are constant, but I am made to understand that they have to be changing for the optimization step at each Iteration.
I have tried to read https://www.mathworks.com/help/optim/ug/nonlinear-equality-and-inequality-constraints.html and also watch some examples online but all contain just regular equations. Please I need help. I have attached my codes for clarity.
  2 Comments
Patience Shamaki
Patience Shamaki on 27 Aug 2019
Okay thanks for the reply and the suggestion. I have read the suggested link, but it doesn,t tell me how to use my ODEs as constraint for the optimization and how I can change my inputs. I am sorry is my question seem off but I am a novice on the field. Thanks

Sign in to comment.

Accepted Answer

Alan Weiss
Alan Weiss on 27 Aug 2019
Take a look at the examples Fit an ODE to Data and Optimize an ODE in Parallel (the latter example uses Global Optimization Toolbox solvers, but you can use fmincon just as well).
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!