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 Gibbs sampler using condition #2099

Merged
merged 71 commits into from
Apr 21, 2024
Merged

New Gibbs sampler using condition #2099

merged 71 commits into from
Apr 21, 2024

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    b3db449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe15db View commit details
    Browse the repository at this point in the history
  3. added tests for new Gibbs

    torfjelde committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    35f9f15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    072cf6b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    2f25199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca26bb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. added TODO comment

    torfjelde committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    8b0de21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90fd854 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b960418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d000382 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 16, 2023

  1. removed lots of varinfo related merging functionality that is now

    available in DynamicPPL
    torfjelde committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    014fbe2 View commit details
    Browse the repository at this point in the history
  2. shifting some code around

    torfjelde committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    63d64e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dcd5bf View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. added GibbsContext which is similar to FixContext but also computes

    the log-prob of the fixed variables
    torfjelde committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    c29efc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. adopted the rerun mechanism in Gibbs for GibbsV2, thus fixing the

    issues with some of the tests for GibbsV2
    torfjelde committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    bff0786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5955167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    614dc52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7776f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c65b7e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1e94e7 View commit details
    Browse the repository at this point in the history
  7. added new gibbs to tests

    torfjelde committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    16ddca2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba8c6e1 View commit details
    Browse the repository at this point in the history
  9. went back to using DynamicPPL.condition rather than using custom

    `GibbsContext` while we wait for
    TuringLang/DynamicPPL.jl#563 to be merged
    torfjelde committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    53bd707 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b38a82a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update test/mcmc/gibbs_new.jl

    Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
    torfjelde and yebai authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    adc67be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b5a74c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0578c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f87e2d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Revert "use fix instead of condition"

    This reverts commit f87e2d1.
    torfjelde committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1c1d9b7 View commit details
    Browse the repository at this point in the history
  2. rmeoved unnused symbol

    torfjelde committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6be7ab9 View commit details
    Browse the repository at this point in the history
  3. Revert "went back to using DynamicPPL.condition rather than using c…

    …ustom"
    
    This reverts commit 53bd707.
    torfjelde committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a143cc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d37f5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f39e636 View commit details
    Browse the repository at this point in the history
  6. added proper impl of acclogp!! for SMC samplers + made accessing

    task local varinfo and rng a bit nicer
    torfjelde committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9cc5397 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    c93944c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ce62f View commit details
    Browse the repository at this point in the history
  3. updated gibbs tests

    torfjelde committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    475e264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    463f31c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a79ad92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2a9566 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Jan 29, 2024

  1. removed solved TODO

    torfjelde committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1266639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd0831 View commit details
    Browse the repository at this point in the history
  3. bump patch version

    torfjelde committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c74727f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b46f11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a81cf09 View commit details
    Browse the repository at this point in the history
  6. fixed bug where particle samplers didn't properly account for

    weightings of logpdf, etc.
    torfjelde committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f280caa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86b859c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 27, 2024

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

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    5e047ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bde75a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Apr 15, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    e7ad682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2713316 View commit details
    Browse the repository at this point in the history
  3. added some docstrings

    torfjelde committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fb29556 View commit details
    Browse the repository at this point in the history
  4. fixed test

    torfjelde committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d3a13ad View commit details
    Browse the repository at this point in the history
  5. fixed import

    torfjelde committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    81bf9c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d340e58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f6fe7a View commit details
    Browse the repository at this point in the history
  8. attempt at fix tests

    torfjelde committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9c93162 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfa8fb3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15e83b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aed307a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    0acd27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186d2e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74b8e8c View commit details
    Browse the repository at this point in the history
  4. bump patch version

    torfjelde committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0f30514 View commit details
    Browse the repository at this point in the history