Skip to content

Commit

Permalink
Update src/MALA.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Pfiffer <[email protected]>
  • Loading branch information
briandepasquale and cpfiffer authored May 26, 2020
1 parent 73f6e0e commit 0a63e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MALA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function ∂ℓπ∂θ(model::DensityModel, params)
end


logdensity(model::DensityModel, t::Transition_w) = t.lp
logdensity(model::DensityModel, t::GradientTransition) = t.lp


# Define the first step! function, which is called at the
Expand Down

0 comments on commit 0a63e68

Please sign in to comment.