We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076e431 commit 4293868Copy full SHA for 4293868
docs/src/state_interface.md
@@ -8,7 +8,7 @@ LogDensityProblems.logdensity(logdensity_model::AbstractMCMC.LogDensityModel, st
8
9
This function takes the logdensity model and the state, and returns the log probability of the state.
10
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.
+Otherwise, if available, it will use the log probability stored in the state.
12
13
```julia
14
Base.vec(state)
0 commit comments