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
The default implementation of bundle_samples specializes on Vector{T}, which in becomes very annoying if you want to implement your own bundle_samples, e.g. if you then use AbstractVector you almost immediately run into ambiguity errors.
The default implementation of
bundle_samples
specializes onVector{T}
, which in becomes very annoying if you want to implement your ownbundle_samples
, e.g. if you then useAbstractVector
you almost immediately run into ambiguity errors.AbstractMCMC.jl/src/interface.jl
Lines 38 to 44 in 7192263
In addition, IIUC it seems quite "useless" given that by default
sample
already returns aVector
of the transitions?Thoughts on removing this?
The text was updated successfully, but these errors were encountered: