Skip to content

Commit dcf1da9

Browse files
committed
very incomplete draft
1 parent 3cb36f4 commit dcf1da9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/AbstractMCMC.jl

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ The `MCMCSerial` algorithm allows users to sample serially, with no thread or pr
8080
"""
8181
struct MCMCSerial <: AbstractMCMCEnsemble end
8282

83+
"""
84+
recompute_logprob!!(rng, model, sampler, state)
85+
86+
Recompute the log-probability of the `model` based on the given `state` and return the resulting state.
87+
"""
88+
function recompute_logprob!!(rng, model, sampler, state) end
89+
90+
"""
91+
getparams
92+
93+
TODO
94+
"""
95+
function getparams end
96+
8397
include("samplingstats.jl")
8498
include("logging.jl")
8599
include("interface.jl")

0 commit comments

Comments
 (0)