Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamicslab/sindy-pi
SINDy-PI: A Robust Algorithm for Parallel Implicit Sparse Identification of Nonlinear Dynamics
https://github.com/dynamicslab/sindy-pi
Last synced: about 2 months ago
JSON representation
SINDy-PI: A Robust Algorithm for Parallel Implicit Sparse Identification of Nonlinear Dynamics
- Host: GitHub
- URL: https://github.com/dynamicslab/sindy-pi
- Owner: dynamicslab
- License: mit
- Created: 2020-04-03T23:15:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T02:24:02.000Z (over 3 years ago)
- Last Synced: 2024-05-04T00:24:47.821Z (8 months ago)
- Language: MATLAB
- Size: 69 MB
- Stars: 119
- Watchers: 11
- Forks: 40
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# SINDy-PI: A Robust Algorithm for Parallel Implicit Sparse Identification of Nonlinear Dynamics
SINDy-PI is a robust algorithm for parallel implicit sparse identification of nonlinear dynamics algorithm. The SINDy-PI algorithm implicit dynamical systems in a robust and parallel optimization. The details of the approach are in our [arXiv paper](https://arxiv.org/abs/2004.02322).
![](Images/DL_SINDy.jpg)
## Examples
### Belousov–Zhabotinsky (BZ) ReactionThe Belousov–Zhabotinsky (BZ) reaction is a classical example of non-equilibrium thermodynamics, which can be described by a rational PDE. The strong coupling dynamics and implicit behavior make the data-driven discovery of the BZ reaction challenging when using implicit-SINDy and PDE-FIND. However, SINDy-PI correctly identifies the dynamics.
### Modified Korteweg–de Vries (KdV) Equation
The Korteweg–de Vries (KdV) equation is a mathematical model of shallow water waves. We modify the KdV equation to include a rational gain term and use SINDy-PI to identify the model.
### Mounted Double Pendulum
The double pendulum is a classic example of chaotic dynamics. Correctly identifying the equations of motion of the double pendulum is a challenging task due to the rational terms in the dynamics. Moreover, the complexity of the double pendulum ODEs make it challenging to use implicit-SINDy. However, SINDy-PI is able to correctly identify the dynamics.
### Single Pendulum on a Cart
For many robotic systems, there is actuation applied to the system. We consider a classic example of a single pendulum on a cart and use SINDy-PI to identify the underlying ODE of the system.
### Yeast Glycolysis
To compare the data usage of implicit-SINDy and SINDy-PI, we use yeast glycolysis as an example.
## Dependencies:
* CVX optimization packages for Matlab. CVX is used for the constrained formulation of the SINDy-PI.
* [Simulation data](https://drive.google.com/file/d/13sGPmjup8IvJL-TdKJvJRUmFUQ84zevA/view?usp=sharing) of the Michaelis Menten kinetics under multiple initial conditions. This data set is used for the comparison of implicit-SINDy and SINDy-PI under different noise levels. Please unzip it in the "Comparison\NoiseSenstivity\Michaelis-Menten kinetics\Datas" folder for use.