Cameron Pfiffer

Results 148 comments of Cameron Pfiffer

I mean, why can't we just use `VarInfo`? From what I understand it's not _that_ much bigger than a `NamedTuple`, and it has all the metadata you'd need.

@JuliaRegistrator register

@JuliaRegistrator register

@JuliaRegistrator register

@JuliaRegistrator register

@JuliaRegistrator register

@JuliaRegistrator register

@JuliaRegistrator register

Well, just check out the Turing.jl documentation -- AdvancedMH is built in over there when you use `MH()` as your inference algorithm. The line ``` sample(turing_model, MH(), 10000) ``` will...