-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
-
edge case question: when during a substep one of SDs gets removed due to multiplicity dropping to zero, the
n//2 / n(n-1)//2
scaling factor is recomputed for the remaining substeps with updatedn
; while it seems OK, what if the removed droplet was actually using the full dt? or vice versa, it was removed during a substep and the earlier succesful droplets (with the full dt) would have a smaller probability? -
Is probability (and randomness) affected by only shuffling and retesting only pairs that originally needed the substep?
-
In the multi cell diagram, we are confused about why cell 0 goes from 3 pairs to testing two.. did one successfully complete a timestep?
-
General scaling factor confusion