I managed to learn enough to modify it to work with doubling after splitting. Now, I've been trying to change it from ENHC to peak but I'm having trouble trying to figure this one out.
Any advice would be appreciated!
Thank you!
Quote: commakazeSorry if this is not the proper place to post this but I wanted to know. I followed along with the Wizard's C++ blackjack program and reproduced it. I'm not a coder but I'm trying to learn a bit.
I managed to learn enough to modify it to work with doubling after splitting. Now, I've been trying to change it from ENHC to peak but I'm having trouble trying to figure this one out.
Any advice would be appreciated!
Thank you!
link to original post
AI exists you total fucking moron.
Quote: commakazeSorry if this is not the proper place to post this but I wanted to know. I followed along with the Wizard's C++ blackjack program and reproduced it. I'm not a coder but I'm trying to learn a bit.
I managed to learn enough to modify it to work with doubling after splitting. Now, I've been trying to change it from ENHC to peak but I'm having trouble trying to figure this one out.
Any advice would be appreciated!
Thank you!
link to original post
Probability the dealer has blackjack times -1 (i.e. player loses)
plus
Probability the dealer does not have blackjack times expected value of the player's hand given the dealer does not have blackjack... meaning, when going through all possible hole cards, you pretend that the 10 (or ace, whatever creates dealer bj) doesn't exist

