Skip to content

Commit

Permalink
very incomplete draft
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Jul 12, 2024
1 parent 3cb36f4 commit dcf1da9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/AbstractMCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ The `MCMCSerial` algorithm allows users to sample serially, with no thread or pr
"""
struct MCMCSerial <: AbstractMCMCEnsemble end

"""
recompute_logprob!!(rng, model, sampler, state)
Recompute the log-probability of the `model` based on the given `state` and return the resulting state.
"""
function recompute_logprob!!(rng, model, sampler, state) end

"""
getparams
TODO
"""
function getparams end

include("samplingstats.jl")
include("logging.jl")
include("interface.jl")
Expand Down

0 comments on commit dcf1da9

Please sign in to comment.