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

Allow for randomized sampling #181

Closed
wants to merge 24 commits into from

Commits on Apr 21, 2023

  1. Update kp_sampler_skip.cpp

    Added tool_random_mode and tool_periodic_mode to identify whether tool uses periodic sampling or random sampling (or possibly a combination of both (every 20th timestep, gather data with 50% probability).
    vlkale authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    fc36b9d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    a18b328 View commit details
    Browse the repository at this point in the history
  2. update to Makefile

    vlkale committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    abafd7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bede60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0a1bd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d2302d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e4f762 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6269ab4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7c724c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    9830c58 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Update kp_sampler_skip.cpp

    Fixing to use float rather than int for sampling probability
    vlkale authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4e5c4a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Applied clang-format-8

    Vivek Kale committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d7aa5bc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    3254951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f236b87 View commit details
    Browse the repository at this point in the history
  3. fix kp sampler skip formatting

    vlkale committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c05a65f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ebc63 View commit details
    Browse the repository at this point in the history
  5. Readme

    vlkale committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    75b23d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Fix tool glob fence to bool

    vlkale authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cf105ff View commit details
    Browse the repository at this point in the history
  2. set new defaults of tool prob num and kernelSampleSkip

    maximum uInt64_t for kernelSampleSkip and -1.0 for tool prob num
    vlkale authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a9cb706 View commit details
    Browse the repository at this point in the history
  3. Error check and handle case when both skip rate and probability set

    In this case, only use the  probability set 
    
    Note: an alternative is to gracefully exit. Feedback welcome here.
    vlkale authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5db6e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fixing the sampler's minimum skip rate so it is zero in order fix err…

    …or of pointer to uint64_t comparison
    vlkale committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    278bfe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687bdd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b606098 View commit details
    Browse the repository at this point in the history
  4. applied clang format

    vlkale committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    82b2423 View commit details
    Browse the repository at this point in the history