-
Notifications
You must be signed in to change notification settings - Fork 0
Meeting Notes
Christan Grant edited this page Jul 1, 2013
·
1 revision
This page is just to keep track of our meeting notes.
- I tagged the current version as
v0.01
. - Jnw came up with a couple of good ideas for how to improve the Streaming Vose algo. They are enumerated below.
- We can split the Vose structures at the leaf into even weights. To ensure they each have the same weight we can split marbles.
- We only need to coalesce bags if the vose structures exceeds a threshold percentage of duplicates.
- We can keep track of duplicates using some table or cute structure. Deduplication may be too expensive so this is low priority.
- We could add all the additional marbles into one extra bag? This is to help remove binary search at the first level. We could just give a random branch weight and mod it by the marble size and floor it.