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
This probably entails adding reroll capability to multiset generators/expressions. Then we can take a mixture of distributions indexed by last_deal, deal_count, and condition each on drawing at least the other cards in the set.
This may also call for the condition to be made inline so it can be attached to a generator without immediate evaluation, reversing the decision in #148.
The text was updated successfully, but these errors were encountered:
This probably entails adding reroll capability to multiset generators/expressions. Then we can take a mixture of distributions indexed by
last_deal, deal_count
, and condition each on drawing at least the other cards in the set.This may also call for the condition to be made inline so it can be attached to a generator without immediate evaluation, reversing the decision in #148.
The text was updated successfully, but these errors were encountered: