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

New interface for sampling #300

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Sep 10, 2024

  1. New interface for sampling. Function is parameterized by walk and dis…

    …tribution. Added support for basic uniform samplers.
    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    14b48f2 View commit details
    Browse the repository at this point in the history
  2. New interface for sampling. Function is parameterized by walk and dis…

    …tribution. Added support for gaussian and exponential distributions
    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0421fb6 View commit details
    Browse the repository at this point in the history
  3. New interface for sampling. Function is parameterized by walk and dis…

    …tribution. Added support for logconcave distributions (reflected hmc & nuts samplers)
    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f2fa715 View commit details
    Browse the repository at this point in the history
  4. New interface for sampling. Function is parameterized by walk and dis…

    …tribution. Added support for logconcave distributions (crhmc)
    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    232bce9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03c38ba View commit details
    Browse the repository at this point in the history
  6. Add UL walk to new interface

    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4c3eef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b3ce76 View commit details
    Browse the repository at this point in the history
  8. Fix errors in sample_points

    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5508a6e View commit details
    Browse the repository at this point in the history
  9. Sample with MT output

    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3a39410 View commit details
    Browse the repository at this point in the history
  10. Activate all examples

    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ca0ad74 View commit details
    Browse the repository at this point in the history
  11. Fix dependent template error

    vfisikop committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    459879a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99cbba6 View commit details
    Browse the repository at this point in the history