Oliver Schulz

Results 665 comments of Oliver Schulz

The way BAT uses it for reproducable MCMC is this: The MCMC chain initialier partitions it's RNG based on the maximum number of MCMC chains it will create: `rngpart =...

How do you handle this in `MeasureBase.Pushforward` currently?

> I think for the more general case we should do (something equivalent to) logjac on the tangent space Hm but is there an efficient way to calculate `logabsdet(J)` via...

> But IntervalSets is very light, so that should be good. I agree, at least for univariate measures `IntervalSet`s would be a good solution. And maybe a vector of intervals...

We definitely should add `massof` (good name, @cscherrer ?) to MeasureBase as a first step. Do we want `massof(measure)` to return the mass of the whole space, or should that...

It definitely just hangs without output, also with Enzyme#main.

Still stalls (tried with GPU) with both ``` (@v1.8) pkg> add Enzyme KernelAbstractions KernelGradients ``` and ``` (@v1.8) pkg> add Enzyme#main KernelAbstractions KernelGradients (@v1.8) st Status `/tmp/jl_hXzLRO/Project.toml` [7da242da] Enzyme v0.10.0...

Sorry, no, this is currently only available on the main branch. We're preparing a BAT v3.0 release, but there's stiff some unfinished things we want to get done, hopefully quite...

Please let us know if you encounter any issues or need specific features or so. @athoynilimanew sorry for the delay, btw - I'll get around to making CI configurable in...

@mkitti so PyCall/pyjulia could do that as well?