You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Log-density. Maps `AbstractArray` to value of the log-density."
ℓπ::Tlogπ
"Gradient of log-density. Returns a tuple of `ℓπ` and the gradient evaluated at the given point."
∂ℓπ∂θ::T∂logπ∂θ
end
as the AbstractMCMC.AbstractModel type for this package. But such a model is useful elsewhere too, hence it's unfortunate that we tie to AHMC in this way.
Maybe this should go to AbstractMCMC.jl itself?
The text was updated successfully, but these errors were encountered:
The current implementation of the AbstractMCMC.jl-interface uses the
AdvancedHMC.jl/src/abstractmcmc.jl
Lines 47 to 52 in 7cad9f0
as the
AbstractMCMC.AbstractModel
type for this package. But such a model is useful elsewhere too, hence it's unfortunate that we tie to AHMC in this way.Maybe this should go to AbstractMCMC.jl itself?
The text was updated successfully, but these errors were encountered: