Hypothetical HU situation with even stacks
Imagine this hypothetical situation: You are HU in the end of the sng, and you both have 10xBB. (Sng at Party, blinds 200/400, both players have 4000 chips).
1) Is it +EV to push every hand from the SB ? If not, what hands are +EV to push?
2) If your opponent pushes every hand from his SB, what calling range is +EV?
What if he pushes 75% of his hands?
What if he only pushes only 50% of his hands?
Re: Hypothetical HU situation with even stacks
Quote:
Imagine this hypothetical situation: You are HU in the end of the sng, and you both have 10xBB. (Sng at Party, blinds 200/400, both players have 4000 chips).
Is it +EV to push every hand from the SB ? If not, what hands are +EV to push?
22+,A2+,K6o+,K2s+,Q8o+,Q2s+,J7o+,J3s+,T7o+,T4s+,97 o+,95s+,86o+,84s+,76o,74s+,65o,64s+,53s+ (57%) is +EV.
Quote:
If your opponent pushes every hand from his SB, what calling range is +EV?
What if he pushes 75% of his hands?
What if he only pushes only 50% of his hands?
If he pushes every hand from SB, it is +EV to call with
22+,A2+,K2+,Q3o+,Q2s+,J6o+,J3s+,T7o+,T6s+,98o,97s+ ,87s (57%)
If he pushes 75% of his hands, it is +EV to call with
22+,A2+,K3o+,K2s+,Q8o+,Q5s+,J9o+,J8s+,T9s (41%)
If he pushes 50% of his hands, it is +EV to call with
22+,A2+,K9o+,K6s+,QJo,QTs+ (28%)
Strip :D
Re: Hypothetical HU situation with even stacks
Quote:
Originally Posted by Robert
Imagine this hypothetical situation: You are HU in the end of the sng, and you both have 10xBB. (Sng at Party, blinds 200/400, both players have 4000 chips).
1) Is it +EV to push every hand from the SB ? If not, what hands are +EV to push?
I've written a program that finds the minmax (roughly equivalent to optimal) pushing/calling ranges for a preflop push/fold game (depending on stack depth). So far it works in terms of chip EV, which may be different from $EV in a tournament.
The output for 10BB stacks is about the same as what Strip posted above (the most striking difference is that my program suggests that you should push any K).
If anyone wants the program I can send you the (horribly messed-up and undocumented) source code (in C).
Strip: how did you compute the range you give?