Skip to content

Commit

Permalink
Update blackjax/smc/tempered.py
Browse files Browse the repository at this point in the history
Co-authored-by: Junpeng Lao <[email protected]>
  • Loading branch information
ciguaran and junpenglao committed Aug 15, 2024
1 parent 8145cbb commit 113d6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackjax/smc/tempered.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def update_and_take_last(
):
"""
Given N particles, runs num_mcmc_steps of a kernel starting at each particle, and
returns the last values, waisting the previous num_mcmc_steps-1
returns the last values, discarding the previous num_mcmc_steps-1
samples per chain.
"""

Expand Down

0 comments on commit 113d6bb

Please sign in to comment.