blackjack-simulator icon indicating copy to clipboard operation
blackjack-simulator copied to clipboard

Risk and bankroll calculation

Open mhluska opened this issue 3 years ago • 1 comments

Currently the simulator accepts a bankroll. It would be nice if it could instead accept a desired risk of ruin and automatically compute a required bankroll for the simulation. Also, excluding a RoR or bankroll param should default to computing a bankroll for 1% RoR.

It would also be useful to have an additional command just for calculating bankroll based on parameters like RoR.

mhluska avatar Jul 21 '21 02:07 mhluska

Calculating bankroll based on RoR is being worked on: https://github.com/mhluska/blackjack-simulator/commit/78260c15f3a6cda82efafcfded94a6bd01d72846

mhluska avatar Aug 02 '21 07:08 mhluska