Seth Axen

Results 726 comments of Seth Axen

Okay, I set CUDAEnzymeCoreExt up as an extension that pre-v1.9 is conditionally loaded using Requires. I'll leave it to others to decide if its better to make EnzymeCore a full...

Thanks for reporting! It's not obvious to me whether this test should pass. What should be the case is that the results of Pathfinder itself should be the same if...

Ah, good catch. This is indeed a pretty bad bug. I don't think it's up to us to handle the case that any user-provided `optimizer` has state (i.e. if a...

I like this plan. Since changing the variate-type of `LKJ` would be breaking, a less satisfactory but still non-breaking way would be to 1) add `PDMatVariate` 2) add `LKJPDMat`, and...

@devmotion what do you think of the non-breaking intermediate proposal in https://github.com/JuliaStats/Distributions.jl/issues/1939#issuecomment-2596335115?

Okay, I can put together a PR. A few thoughts: - We need to decide what measure the `logpdf` is defined wrt to. Typically for PD matrices, the log-density is...

Should `AbstractPDMatVariate` subtype `MatrixVariate` or be a separate subtype of `VariateForm`?

> There are lots of different diagnostics, no helper thresholds (I am aware of) and some things are hard to find (i.e. divergent transitions) What do you mean by "helper...

> > Sampler diagnostic warnings and summaries > > This section. This is also responsible via a custom print method for the warnings/diagnostics that cmdstan emits I believe. Got it,...