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

Introduce value variables in logprob IR #7491

Merged
merged 6 commits into from
Sep 11, 2024

Commits on Sep 7, 2024

  1. Rename MeasurableVariable to MeasurableOp

    Also introduce MeasurableOpMixin for string representation
    ricardoV94 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d1d746b View commit details
    Browse the repository at this point in the history
  2. Remove MeasurableOpMixin

    ricardoV94 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e6e6086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd24812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed52cd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b3eb8c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Introduce valued variables in logprob IR

    This avoids rewrites across conditioning points, that could break dependencies
    
    Also extend logprob derivation of scans with multiple valued output types
    ricardoV94 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bac9f6e View commit details
    Browse the repository at this point in the history