Skip to content

Commit

Permalink
Update docs/src/state_interface.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
sunxd3 and yebai authored Oct 3, 2024
1 parent 4293868 commit 1cee0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/state_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This function takes an existing `state` and a log probability value `logp`, and

These functions provide a minimal interface to interact with the `state` datatype, which a sampler package can optionally implement.
The interface facilitates the implementation of "meta-algorithms" that combine different samplers.
We will demonstrate how it can be used to implement Gibbs sampling in the following sections.
We will demonstrate this in the following sections.

## Using the `state` Interface for block sampling within Gibbs

Expand Down

0 comments on commit 1cee0ab

Please sign in to comment.