Skip to content

Commit 4293868

Browse files
sunxd3yebai
andauthored
Update docs/src/state_interface.md
Co-authored-by: Hong Ge <[email protected]>
1 parent 076e431 commit 4293868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/state_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LogDensityProblems.logdensity(logdensity_model::AbstractMCMC.LogDensityModel, st
88

99
This function takes the logdensity model and the state, and returns the log probability of the state.
1010
If `recompute_logp` is `true`, it should recompute the log probability of the state.
11-
Otherwise, it could use the log probability stored in the state.
11+
Otherwise, if available, it will use the log probability stored in the state.
1212

1313
```julia
1414
Base.vec(state)

0 commit comments

Comments
 (0)