commakaze
commakaze 
  • Threads: 1
  • Posts: 1
Joined: Jan 8, 2025
June 27th, 2026 at 1:30:02 PM permalink
Sorry 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!
snodraz
snodraz
  • Threads: 0
  • Posts: 7
Joined: Jun 27, 2026
June 27th, 2026 at 5:27:03 PM permalink
Quote: commakaze

Sorry 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.
KevinAA
KevinAA
  • Threads: 22
  • Posts: 552
Joined: Jul 6, 2017
June 27th, 2026 at 8:24:41 PM permalink
Quote: commakaze

Sorry 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
  • Jump to: