Originally Posted by
Cacarulo
Thank you again, k_c. This table provides a much clearer view of the differences between the various algorithms:
Code:
k_c Exact Cac OPN Cac CDP CDP1 (unEV)
2,2 vs A -48.8193978874430% -48.9212718550763% -48.9587648680882% -48.9587648680882%
2,2 vs T -45.0521744687041% -45.1021398516231% -45.1218961767613% -45.1218961767613%
2,2 vs 9 -35.7570152056584% -35.7967348646956% -35.8523523542805% -35.8523523542805%
2,2 vs 8 -17.6447876864187% -17.6797029049566% -17.6882236421922% -17.6882236421922%
2,2 vs 7 0.7785337328176% 0.7079141663035% 0.6329689863995% 0.6329689863995%
2,2 vs 6 31.2424257822685% 31.2298260083870% 31.2213026154462% 31.2213026154462%
2,2 vs 5 27.8576911576813% 27.8494857709317% 27.8443006216488% 27.8443006216488%
2,2 vs 4 12.0799718036259% 11.8713418133971% 11.8094513701838% 11.8094513701838%
2,2 vs 3 3.0639992552345% 3.0248178406537% 2.9964794486867% 2.9964794486867%
2,2 vs 2 -3.8130077624140% -3.8504029199489% -3.9003239280160% -3.9003239280160%
Once again, we see that Cac CDP is exactly the same as CDP1.
What remains now is to determine the overall EV of a perfect game to compare it with the other approaches.
Obviously, your algorithm will be the winner despite the machine times.
Sincerely,
Cac
Hi Cac,
Getting back to Eric's original depleted shoe example shows that CDP may be the same as CDP1 for SPL1, but not necessarily. In the depleted shoe example my program indicates that it's the same for 8-8 but different for 6-6. Algorithmically I think it's the same because the premise of CDP is to use a fixed strategy until you somehow you "know better" because of consideration of number of pair cards that have been removed.
6-6
Code:
Shoe comp (A-5): {0, 0, 0, 0, 0}
Shoe comp (6-T): {11, 0, 5, 0, 0}
Please input pair value.
(a or A,2,3,4,5,6,7,8,9,t or T): Pair value = 6
Single split EVs (full peek), S17, DAS, no DAN, no HSA, no auto win
Double any 2 cards
Unconditional EV, Allowed splits: 1 ...Computing, please wait...
SPL1 (split & play without knowledge of dealer up card): 0.367632367632368
SPL1 versus 2: X X X X X
SPL1 versus 3: X X X X X
SPL1 versus 4: X X X X X
SPL1 versus 5: X X X X X
SPL1 versus 6: 0.0217560217560218
SPL1 versus 7: X X X X X
SPL1 versus 8: 1.04055944055944
SPL1 versus 9: X X X X X
SPL1 versus T: X X X X X
SPL1 versus A: X X X X X
Press c or C for EV conditioned on no dealer blackjack, any other key to exit
8-8
Code:
Shoe comp (A-5): {0, 0, 0, 0, 0}
Shoe comp (6-T): {11, 0, 5, 0, 0}
Please input pair value.
(a or A,2,3,4,5,6,7,8,9,t or T): Pair value = 8
Single split EVs (full peek), S17, DAS, no DAN, no HSA, no auto win
Double any 2 cards
Unconditional EV, Allowed splits: 1 ...Computing, please wait...
SPL1 (split & play without knowledge of dealer up card): 0.10989010989011
SPL1 versus 2: X X X X X
SPL1 versus 3: X X X X X
SPL1 versus 4: X X X X X
SPL1 versus 5: X X X X X
SPL1 versus 6: 0.083916083916084
SPL1 versus 7: X X X X X
SPL1 versus 8: 0.205128205128205
SPL1 versus 9: X X X X X
SPL1 versus T: X X X X X
SPL1 versus A: X X X X X
Press c or C for EV conditioned on no dealer blackjack, any other key to exit
fixed strategy (CDP1)
Code:
SPL1 6-6 v 6: -0.013986013986013898
SPL1 6-6 v 8: 1.0349650349650350
SPL1 8-8 v 6: 0.083916083916084072
SPL1 8-8 v 8: 0.20512820512820487
k_c
Bookmarks