Skip to content

NDevDrone/SEIR_SINDY_MPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SEIR_SINDY_MPC

This tutorial article (https://arxiv.org/abs/2108.13404) provides the tools to apply data driven system identification methods to a model predictive control (MPC) problem. The method was first introduced by Kaiser et al.:

We apply the recent sparse identification of nonlinear dynamics (SINDy) to MPC and provide a tutorial on the control of the spread of an infectious disease using an identified SEIR model.

In the tutorial article, we also review the SINDy and MPC methods, and demonstrate the tutorial with the main code snippets to run the SINDy-MPC algorithm.

To run the code: Code/main.m

  • select the system identification method: DMD or SINDy (line 16)
  • select if the MPC is run with or without constraint (line 20)

We encourage the user to play around with the code, choose different forcing functions to train the model, change the SEIR and SINDy model parameters, add compartments to the SEIR model, run different prediction and control horizons for the MPC etc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%