Zenna Tavares

Results 100 issues of Zenna Tavares

Make replica exchange parallel, async

Will allow for different inference algorithms with different omega types

Control scaling using moving averages

enhancement

Currently we can only modify Omega, which is rich enough for most (all?) purposes. However it may also be useful to be able to make proposals on the outputs of...

question

The following code from Omega Models is slow for two reasons that need to be fixed. 1. We are using samplemean instead of the symbolic mean but in this case...

rcd

The WolvesVsRabbit demo has a weird issue related to memoization. It only occurs in the first execution. I should isolate it here and fix

bug

Implement rcd of one argument. Semantically it should be `rcd(x) = rcd(x, parents(x))`

```julia julia> n = normal(0,1) julia> @time mean(n, 10000000) 7.962374 seconds (281.66 M allocations: 9.711 GiB, 9.67% gc time) -0.00016734630189156838 julia> @time mean(randn(10000000)) 0.091020 seconds (7 allocations: 76.294 MiB, 3.16%...

performance