Venturecxx icon indicating copy to clipboard operation
Venturecxx copied to clipboard

Puma's collapsed Dirichlet categorical distribution is asymptotically slower to simulate than Lite's

Open axch opened this issue 9 years ago • 1 comments

because it does a linear scan of the aux+weight vector instead of Lite's tree-based sampling algorithm. Implementing The Plan (#453) and porting it to Puma should fix this.

axch avatar Mar 04 '16 17:03 axch

Marking blocked on #453.

axch avatar Mar 04 '16 17:03 axch