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

Implement Monte Carlo interpretation of Integrate #54

Merged
merged 63 commits into from
Mar 26, 2019
Merged

Commits on Mar 7, 2019

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

Commits on Mar 9, 2019

  1. Configuration menu
    Copy the full SHA
    dbe80dc View commit details
    Browse the repository at this point in the history
  2. Use AssociativeOp in patterns

    fritzo committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    95d030f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    ca3fdcc View commit details
    Browse the repository at this point in the history
  2. Fix op pattern matcher

    fritzo committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    a4a0ea7 View commit details
    Browse the repository at this point in the history
  3. Try eager before monte_carlo

    fritzo committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    1df4425 View commit details
    Browse the repository at this point in the history
  4. Drop ops.sample, ops.marginal

    fritzo committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    c68e45b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4060457 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bb8eba View commit details
    Browse the repository at this point in the history
  7. Fix vae example

    fritzo committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    a799bc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    a34bd82 View commit details
    Browse the repository at this point in the history
  2. Fix cyclic import

    fritzo committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    4dbe8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3792e87 View commit details
    Browse the repository at this point in the history
  4. Implement Delta.sample()

    fritzo committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    80eda9d View commit details
    Browse the repository at this point in the history
  5. Sketch Expectation class

    fritzo committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    3fa6956 View commit details
    Browse the repository at this point in the history
  6. Sketch sampler implementations

    fritzo committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    4e75094 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    5121478 View commit details
    Browse the repository at this point in the history
  2. Revert .sample() sketch

    fritzo committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    bcbe76e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    eef211f View commit details
    Browse the repository at this point in the history
  2. Fix reductions in VAE

    fritzo committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    361fff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91fd5b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea587e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    c41c6cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5920641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2339f27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a692b1 View commit details
    Browse the repository at this point in the history
  5. Add stub for Integrate

    fritzo committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    bbdca68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6193291 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    fritzo committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    ab8107f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77f7f04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01ba6ad View commit details
    Browse the repository at this point in the history
  10. Fix typos

    fritzo committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    db97b92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    231967c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e06fe4 View commit details
    Browse the repository at this point in the history
  13. Fix test usage of registry

    fritzo committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    339aa17 View commit details
    Browse the repository at this point in the history
  14. Fix bugs in gaussian integral

    fritzo committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f5d189b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cb85e1f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ddcc70d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    f84c473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    801d0ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d5f53e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d498604 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    657779c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7de197c View commit details
    Browse the repository at this point in the history
  7. Simplify debug printing

    fritzo committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    853cd2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1588796 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6688931 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58d693d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91dda7f View commit details
    Browse the repository at this point in the history
  12. Fix recursion bug

    fritzo committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    868fb66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5fa8a6f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    95f7ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ed4836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ad7b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c476a8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1758620 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Fix cholesky bugs

    fritzo committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    1576534 View commit details
    Browse the repository at this point in the history
  2. Fix bug in _trace_mm()

    fritzo committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    f10e09b View commit details
    Browse the repository at this point in the history
  3. Fixes for examples/vae.py

    fritzo committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    39586ad View commit details
    Browse the repository at this point in the history
  4. Remove examples/vae.py

    fritzo committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    bee75b9 View commit details
    Browse the repository at this point in the history
  5. Add docstrings

    fritzo committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    7784fbb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Updates per review

    fritzo committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    6f2d453 View commit details
    Browse the repository at this point in the history
  2. Revert accidental change

    fritzo committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    56ca93f View commit details
    Browse the repository at this point in the history