Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: created static dataset system and demo #117

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. feat: created static dataset system and demo

    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
    lmclane04 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a019de0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    69f28c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13f8a8 View commit details
    Browse the repository at this point in the history
  3. refactor: experiments params to config (DynaDojo#118)

    * changed all params.json and params_file to config.json and config_file
    
    * changed all params.json and params_file to config.json and config_file. Made experiments config file and ran experiment. All works
    
    * changed last thing from save_params -> save_config
    
    ---------
    
    Co-authored-by: Caryn Tran <[email protected]>
    2 people authored and lmclane04 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4cfb254 View commit details
    Browse the repository at this point in the history
  4. feat: add system/lorenz demo (DynaDojo#88)

    Resolves DynaDojo#67
    
    Co-authored-by: lmclane23 <[email protected]>
    lmclane04 and lmclane23 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7a4521d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ea6afc View commit details
    Browse the repository at this point in the history
  6. fix: change split_dataset to perform kmeans clustering on trajectory …

    …features
    
    now splits data with kmeans clustering on mean, variance, and mean_velocity rather than using kmeans clustering on flattened trajectories.
    lmclane04 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7e695c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix: adjusted StaticDataSet system to use wavelet transforms to split…

    … data
    
    Also added argument types to class and adjusted demo
    lmclane04 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8c65f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ac2ed View commit details
    Browse the repository at this point in the history