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

Added plotting utilities and refactored hyperparams #143

Merged
merged 16 commits into from
Feb 16, 2024

Commits on Feb 3, 2024

  1. added plotting utilities and refactored hyperparams

    ThibeauWouters committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    571d61f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. fixed hyperparams

    ThibeauWouters committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    95f3ce8 View commit details
    Browse the repository at this point in the history
  2. restructured plotting functionalities

    ThibeauWouters committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7a8cf97 View commit details
    Browse the repository at this point in the history
  3. typo

    ThibeauWouters committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e20fb57 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. revert sampler state arg

    ThibeauWouters committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e77c57b View commit details
    Browse the repository at this point in the history
  2. revert summary dict initialization code

    ThibeauWouters committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ca10ff1 View commit details
    Browse the repository at this point in the history
  3. removed matplotlib import

    ThibeauWouters committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ffb1462 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3918734 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. fixed global sampler failure

    Thibeau Wouters committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3a92843 View commit details
    Browse the repository at this point in the history
  2. added computation for gelman-rubin R

    Thibeau Wouters committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dcf695c View commit details
    Browse the repository at this point in the history
  3. typo

    Thibeau Wouters committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    c92b2c9 View commit details
    Browse the repository at this point in the history
  4. added code to track Gelman-Rubin R

    Thibeau Wouters committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    978301b View commit details
    Browse the repository at this point in the history
  5. added gelman rubin key for plotting

    Thibeau Wouters committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    02fcb1f View commit details
    Browse the repository at this point in the history
  6. fixed test runs

    Thibeau Wouters committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ad1a32d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Update postprocessing.py

    kazewong authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3741e22 View commit details
    Browse the repository at this point in the history
  2. Update Sampler.py

    kazewong authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dc2319f View commit details
    Browse the repository at this point in the history