mmschlk/iXAI

Implement Optimal Reservior Sampling procedure to UniformReservoirStorage's update function

mmschlk opened this issue · 2 comments

Implement reservoir sampling's optimal update procedure defined in like here . (Optimal: Algorithm L) for the UniformReservoirStorage case.

Nice Thank you so much. I now tested and added it after the rework (in 10958d6).