mhluska / blackjack-simulator

🃏 Realistic blackjack simulator (practice card counting using Hi-Lo and calculate EV for any table conditions)
https://mhluska.github.io/blackjack-atlas
MIT License
51 stars 14 forks source link

Wrong EV results for 6D #34

Closed mhluska closed 3 years ago

mhluska commented 3 years ago

./bin/cli.js simulate --minimum-bet '$25.00' --deck-count 6 --penetration 0.75 gives a positive house edge with a 10x spread and I18. That's unexpected.