DynaDojo / dynadojo

An Extensible Benchmarking Platform for Scalable Dynamical System Identification
https://dynadojo.github.io/dynadojo/
MIT License
14 stars 11 forks source link

feat: created static dataset system and demo #117

Open lmclane04 opened 1 month ago

lmclane04 commented 1 month ago

Added a new system class in src/dynadojo/systems for handling static datasets formatted in a numpy three dimensional array of N trajectories, T timesteps, and D dimensions.

Added a demo in demos/systems to test this system class