Albert Julius Liu
Albert Julius Liu
Thanks for the ping @posita ! A loose collection of comments: > Lea I too learned about Lea recently. Unfortunately, my first trial with it ended when I couldn't find...
I'm unsure whether this is the same thing, but I'm also getting set to "No Kernel" when using the button for "Restart the kernel and run all cells". The browser...
Revisiting this considerably later: Shared rerolls break indistinguishability---if you're trying to maximize the sum of d6s, if you roll a bunch of 4s, you will stick with 4s even if...
Another question is what the motivation is. 5e D&D has shared rerolls in Empowered Spell, but this is probably better solved by a multiset evaluator since the lowest dice get...
After chatting with @alexrecarey I'm going to try to push this forward. Potential questions: ### Allow for prioritizing outcomes to reroll? With this we could handle cases like Empowered Spell...
It seems the easiest thing to do when selecting which dice to reroll is to pick at random. However, this seems less than intuitive for the user. Options: * Just...
Seems good for now.
Somewhat ambitious idea: * Split `OutcomeCountGenerator` into two objects: a base multiset, and a operation acyclic digraph that pulls counts from that multiset. * `Deck` would be an example of...
Arguments against: * Implementation / maintenance difficulty. * May complicate API, result in unintuitive/ambiguous-looking code. * I don't know how far I want to go down the variable-probability distribution distinction....
Decided not to pursue this at this time.