Blackjack strategy: Difference between revisions

no edit summary
(Created page with "{{task}} The objective of this task is to recreate and explore the following [http://www.blackjacktactics.com/blackjack/strategy/charts/single-deck/ Strategy charts]. Assume ...")
 
No edit summary
Line 5:
: Uses a single deck;
: Does not allow Double after split.
: [http://www.blackjacktactics.com/blackjack/how-to-play/ Uses these rules]
 
Begin by assuming the player's dealt hand contains no aces and is not a pair. Create functions which given the players dealt cards and the dealers exposed card returns the number of wins and losses for all possible continuations when the player either sticks or hits. Gather the results together, set a threshold at which you consider it wise to Double the bet and reconstruct the Hard Totals Table enhanced with precise probabilities.
2,171

edits