Are you interested in releasing your blackjack simulations as open source?
Thank you,
Will Entriken
http://www.bjmath.com/bjcomputer/computer/gamegen.htm
For example, if you are playing one deck BJ with 4 accomplices, you would have a lot of knowledge about how to play by the time play gets to the fifth player.
To show I am serious, here is independently verified data for Wizzard of Odds Appendix 2 - 8 Decks, dealer stands on soft 17, up card = 3.
17 1521743451618808028/11315592910569425175
18 113725615924827472411/871300654113845738475
19 12131689995502390508/96811183790427304275
20 105161390807750684552/871300654113845738475
21 33362379334555444216/290433551371281912825
BJ 0
Bust 8809920368741392328/23548666327401236175
These are exact figures, divide for decimal approximation.
Quote: fulldecentThank you, this looks like a good reference. Before I read to deep in to that, what I am seeking specifically is a program to calculate expected value and correct play for a given shoe of cards. And all decisions would have to be context sensitive.
For example, if you are playing one deck BJ with 4 accomplices, you would have a lot of knowledge about how to play by the time play gets to the fifth player.
To show I am serious, here is independently verified data for Wizzard of Odds Appendix 2 - 8 Decks, dealer stands on soft 17, up card = 3.
17 1521743451618808028/11315592910569425175
18 113725615924827472411/871300654113845738475
19 12131689995502390508/96811183790427304275
20 105161390807750684552/871300654113845738475
21 33362379334555444216/290433551371281912825
BJ 0
Bust 8809920368741392328/23548666327401236175
These are exact figures, divide for decimal approximation.
Exact figures based on what knowledge? It doesn't seem that you've taken any of the other four accomplices' cards into account there.
I've used the BJ source code to run a custom analysis on a side bet I developed that required doing deck depletion analysis. It should be able to handle what you want, if I understand what you're looking for. Even if not, it's a very good start for how to write your own.