Venturecxx
Venturecxx copied to clipboard
Puma's collapsed Dirichlet categorical distribution is asymptotically slower to simulate than Lite's
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.
Marking blocked on #453.