Skip to content

Experiments and code examples on the comparison between EPDE and SINDy frameworks.

Notifications You must be signed in to change notification settings

ITMO-NSS-team/EPDE_paper_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repository, dedicated to the data-driven differential equation discovery experiments for the article, comparing the evolutionary-based approach and the sparsity-promoting one. We have developed an approach, employing equation structure detection via multi-objective evolutionary optimization (https://github.com/ITMO-NSS-team/EPDE). In the experiments we have used equation detection with sparse regression, implemented in SINDy framework (https://github.com/dynamicslab/pysindy).

Installation

EPDE framework can be installed from pypi with command:

$ pip install epde

or from github:

$ pip install git+https://github.com/ITMO-NSS-team/EPDE@main

For SINDy framework, various ways for installation are presented on the github page, with the simplest one being:

$ pip install pysindy

About

Experiments and code examples on the comparison between EPDE and SINDy frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages