TuringLang / AbstractMCMC.jl

Abstract types and interfaces for Markov chain Monte Carlo methods
https://turinglang.org/AbstractMCMC.jl
MIT License
78 stars 18 forks source link

Maybe clean up dependence on FillArrays.jl? #131

Open torfjelde opened 10 months ago

torfjelde commented 10 months ago

Relating to After https://github.com/TuringLang/AbstractMCMC.jl/pull/119 we were discussing whether we wanted to rely on FillArrays.jl like this or not, but decided to do so for now.

Opening an issue to keep remind ourselves that this is something we might want to have another look at down the line.

@devmotion