haris organtzidis
haris organtzidis
MWE : ```julia using ModelingToolkit using DifferentialEquations using Turing using ForwardDiff using ForwardDiff: Dual @variables begin t y1(t) = 1.0 y2(t) = 0.0 y3(t) = 0.0 y4(t) = 0.0 y5(t)...
After #246, `CorrBijector` is no longer in use. This was the old bijector for `LKJ` which mapped a correlation matrix to a matrix of the same dimensions in unconstrained space...
`init` has been updated mainly in #489 and then in #485 to match recent changes in Bijectors.jl .Do we need to update the multisample methods https://github.com/TuringLang/DynamicPPL.jl/blob/e6dd4ef8460fb045ddafc0893710983c9266412a/src/utils.jl#L311-L324 as well? This is...