TuringLang / Bijectors.jl

Implementation of normalising flows and constrained random variable transformations
https://turinglang.org/Bijectors.jl/
MIT License
196 stars 32 forks source link

Improve `PDVecBijector` #272

Open torfjelde opened 1 year ago

torfjelde commented 1 year ago

The implementation introduced in #271 is not "natively" a vector-based implementation, but instead just re-uses the old matrix--version. We should improve this.