how to optimize my ODE system using fmincon

조회 수: 34 (최근 30일)
Patience Shamaki
Patience Shamaki 2019년 8월 26일
답변: Alan Weiss 2019년 8월 27일
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
David Wilson
David Wilson 2019년 8월 27일
It sounds like you also need to read:
Also, I'd drop the Euler scheme, and use ode45 or similar.
Patience Shamaki
Patience Shamaki 2019년 8월 27일
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

댓글을 달려면 로그인하십시오.

채택된 답변

Alan Weiss
Alan Weiss 2019년 8월 27일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by