Skip to content

Commit

Permalink
update getparams
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Jul 12, 2024
1 parent dcf1da9 commit cdaa663
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/AbstractMCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Recompute the log-probability of the `model` based on the given `state` and retu
function recompute_logprob!!(rng, model, sampler, state) end

"""
getparams
getparams(state)
TODO
Returns the values of the parameters in the state.
"""
function getparams end
function getparams(state) end

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

0 comments on commit cdaa663

Please sign in to comment.