Skip to content

Commit 5127bc8

Browse files
authored
Update design_notes/interface_for_gibbs.md
1 parent d9b4794 commit 5127bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design_notes/interface_for_gibbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The goal is to document some of the considerations that went into the closed PR
1515

1616
### Recomputing Log Densities for Parameter Groups
1717

18-
Let's consider splitting the model parameters into three groups (assuming the grouping stays fixed between iterations). Each parameter group will have a corresponding sampler state (along with the sampler used for that group).
18+
Let's consider splitting the model parameters into several groups (assuming the grouping stays fixed between iterations). Each parameter group will have a corresponding sampler state (along with the sampler used for that group).
1919

2020
In the general case, the log densities stored in the states will be incorrect at the time of sampling each group. This is because the values of the other two parameter groups can change from when the current log density was computed, as they get updated within the Gibbs sweep.
2121

0 commit comments

Comments
 (0)