Skip to content

Commit

Permalink
Update src/AbstractMCMC.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tor Erlend Fjelde <[email protected]>
  • Loading branch information
sunxd3 and torfjelde authored Oct 25, 2024
1 parent 6855840 commit 4c50848
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/AbstractMCMC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ function getparams(model::AbstractModel, state)
end

"""
setparams!!(model::AbstractModel, state, params)
setparams!!(logdensity, state, params)
setparams!!(state, params)
setparams!!([model::AbstractModel, ]state, params)
Set the values of parameters in the sampler's `state` from a `Vector{<:Real}`.
Expand Down

0 comments on commit 4c50848

Please sign in to comment.