Alexey Radul

Results 125 issues of Alexey Radul

As Taylor noted in code review yesterday, Puma is full of accidental use of C++ copy constructors in places where passing objects (including asymptotically large objects like vectors and sets)...

Status: Blocked
Reason: Performance
Effort: ~1-2 days
Puma only

Minor discrepancy between Lite and Puma: In Lite, the inference action `(bogo_possibilize scope block)` runs for one transition (as is typically desired), but in Puma it crashes demanding a fourth...

Effort: k min/hr
Reason: System polish
Puma only

The model in question is ``` [assume a (normal 0 10)] ;; 20 times [observe (normal a 1) (normal 5 1)] ; Generate a random data set ;; Expect the...

Effort: k min/hr
Reason: Fix bugs
Status: Needs math
Probabilistic

Certainly it is if all the drg nodes are deterministic or principal (and the likes of #462 and #470 are fixed), but what about likelihood-free consequences or brush? Or down-stream...

Status: Needs math
Probabilistic

By analogy with HMC and Slice (both of which were implemented considerably later). #208 seems relevant.

Status: Needs math
Probabilistic

The original example for #415, namely `test/inference_language/test_enumerative_gibbs.py:testOccasionalRejection` actually shouldn't ever reject the Gibbs transitions, but does because the Particle class computes the correction wrong (and differently in Lite and Puma).

Effort: k min/hr
Reason: Fix bugs
Probabilistic

For example, here's a way to make a 2-D clustering model with a fixed number of clusters: ``` [assume c1_mu (mvn (array 0 0) (id_matrix 2))] [assume c1_sig (inv_wishart ...)]...

Status: Needs decision
Reason: System polish
Status: Needs design
Probabilistic

I recently reviewed the semantics intended for the `madeSpLogDensityOfDataBound` method. There was a comment in the source to the effect that the bound was supposed to account for all possible...

Reason: Fix bugs
Status: Needs math
Probabilistic

A multivariate Gaussian conditioned on values for some of its dimensions is again a multivariate Gaussian (on the remaining dimensions), with analytically known mean and covariance. We even have the...

Reason: Complete capability
Status: Needs math
Status: Needs design
Status: Needs plan
Probabilistic

[This is a variant of #462]. Specifically, consider single-site Gibbs on a CRP choice that produced a singleton pre-Gibbs. The current Gibbs implementation will - Ask that CRP what the...

Reason: Fix bugs
Reason: Impeding DP Chapter
Probabilistic