You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to clarify, is this still true or does the sample object's probabilities attribute take care of this?
From my glance at calculateP (very early stages of learning to read code written in parallel), it seems like this is no longer an issue.
I actually accomplished this by setting probabilities to 1/num_samples if empty, and then using that vector in place of volumes in the main loop of calcP.prob.
@lcgraham This feature is coming down the line very soon, I think I can make it it's own PR. It will be aligned with setting an "initial" distribution which we "update". If unspecified, uniform is assumed.
Check out the animation in #161 to see it in action.
No description provided.
The text was updated successfully, but these errors were encountered: