Enable keyword arguments for particle methods#2660
Merged
Conversation
9c66ef2 to
8b4e7f2
Compare
This was referenced Aug 18, 2025
penelopeysm
commented
Aug 19, 2025
6dd26db to
c94c5fa
Compare
Contributor
|
Turing.jl documentation for PR #2660 is available at: |
c94c5fa to
f533de2
Compare
penelopeysm
commented
Dec 12, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2660 +/- ##
==========================================
+ Coverage 86.65% 86.94% +0.29%
==========================================
Files 20 20
Lines 1259 1264 +5
==========================================
+ Hits 1091 1099 +8
+ Misses 168 165 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
@mhauru @sunxd3 this should be ready now that TuringLang/AdvancedPS.jl#118 is released. |
Member
Author
|
Merging this so that we can work on other SMC/PG bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR requires some changes to AdvancedPS. TuringLang/AdvancedPS.jl#118This is mergedIt also needs the following Libtask patch: TuringLang/Libtask.jl#198This is mergedThis PR also lacks tests; some should be added.Tests added.This PR allows models with keyword arguments to be run with SMC / PG.
Example:
Closes #2007.