Message from discussion
Studying Blackjack (#151)
Path: g2news1.google.com!postnews.google.com!v67g2000hse.googlegroups.com!not-for-mail
From: "Eric I." <rubytrain...@gmail.com>
Newsgroups: comp.lang.ruby
Subject: Re: Studying Blackjack (#151)
Date: Sun, 6 Jan 2008 19:03:49 -0800 (PST)
Organization: http://groups.google.com
Lines: 16
Message-ID: <543f62ef-ee8d-41cd-9521-f29c0f8a7da7@v67g2000hse.googlegroups.com>
References: <20080104130437.GOQY129.eastrmmtao101.cox.net@eastrmimpo02.cox.net>
<B983F936-854B-4AC6-931E-613A43AD409D@yahoo.co.uk> <054FD0FB-12F3-4A31-90EF-4FDE0B8A5D7C@grayproductions.net>
<DE056FDB-9C70-49EA-8985-EE146631D214@hennessynet.com> <f564d9cb-2828-4a10-8fb9-50ad40f29da1@m34g2000hsf.googlegroups.com>
<cb8fb64a-ea91-4b23-80ac-15bbdd8ce5d2@41g2000hsy.googlegroups.com>
<21436A2D-0F16-40A3-A6F6-F3BF44EC1418@hennessynet.com> <3AC441C7-8313-4424-B851-D2211654A85F@grayproductions.net>
<9C8CD213-A013-47DD-83BB-CCAF98AD4C02@hennessynet.com> <21A11758-D9D0-4477-93A7-272DC74D0A8F@hennessynet.com>
NNTP-Posting-Host: 75.45.177.209
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1199675030 12013 127.0.0.1 (7 Jan 2008 03:03:50 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 7 Jan 2008 03:03:50 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: v67g2000hse.googlegroups.com; posting-host=75.45.177.209;
posting-account=N62B0woAAAA4EEJOisu7KvpoxdKiuVUZ
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en)
AppleWebKit/523.12.2 (KHTML, like Gecko) Version/3.0.4 Safari/523.12.2,gzip(gfe),gzip(gfe)
On Jan 6, 7:07=A0pm, Denis Hennessy <de...@hennessynet.com> wrote:
> Gah! There was a bug - it valued aces after other cards but didn't =A0
> take into account other aces.
Yeah, it was a pretty subtle issue. I read your code many times,
certain that it worked the same as mine. It was only because the
biggest differences in our results was when ace was the upcard that I
focused on the ace-handling code..
Thanks for going after the exact odds! I don't think I would have
tried it had you not demonstrated that it was possible.
Eric