cjc93 / CJPokerOddsCalculator

1 stars 0 forks source link

Stop Omaha calculation threads earlier #177

Open cjc93 opened 8 months ago

cjc93 commented 8 months ago

Currently the Omaha monte carlo thread would only stop after 2 billion simulations. Maybe stop monte carlo thread when standard deviation of error is small? Or stop after certain amount of time? Or smaller amount of simulations?

The Omaha exact calc thread would stop if the code thinks that it will take too long to finish. But I don't know how long is too long.