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 57f9e2b commit 26b0970Copy full SHA for 26b0970
src/abstractmcmc.jl
@@ -41,7 +41,7 @@ end
41
# TODO: adopt https://github.com/TuringLang/MCMCTempering.jl/blob/deb96684496f3fbd011b9f70f28c49a161def23f/ext/MCMCTemperingAdvancedHMCExt.jl#L10-L17
42
# if in the future the interface provides access to the log density function
43
function AbstractMCMC.setparams!!(state::HMCState, params)
44
- return @set state.transition.z.θ = θ
+ return @set state.transition.z.θ = params
45
end
46
47
"""
0 commit comments