Patterns Game 1.5

Interactive on-site game threads go here

Postby m_b_metcalf » Tue Jan 22, 2008 9:04 pm

Code: Select all
 1 . . . . . . . 8
 . 3 . . . . . 9 .
 . . . 4 . 5 . . .
 . . 6 3 . 8 7 . .
 . . . . 2 . . . .
 . . 5 9 . 1 4 . .
 . . . 6 . 7 . . .
 . 8 . . . . . 1 .
 9 . . . . . . . 2  SE 8.4

A second attempt at a strong Pearl submission for this rating.

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby g.r.emlin » Tue Jan 22, 2008 9:09 pm

::: adjustment :::
Code: Select all
2008-01-22+20:04:00-0000 m_b_metcalf dup-puzzle -50
User avatar
g.r.emlin
Moderator
 
Posts: 11580
Joined: 07 December 2007
Location: www

Postby m_b_metcalf » Tue Jan 22, 2008 9:25 pm

::: comment :::

g.r.emlin wrote:::: adjustment :::
Code: Select all
2008-01-22+20:04:00-0000 m_b_metcalf dup-puzzle -50


penalized/adjusted posts do not count as a submission (but that code branch may not have
been tested yet)


Seemingly.

Can I play something else, to break the logjam? Or maybe someone else could, just to be safe?

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby m_b_metcalf » Tue Jan 22, 2008 9:44 pm

::: comment :::
gsf wrote:right now the referee accepts posts with no ``/pearl-index'', i.e., SE=explainer-rating/pearl-index
probably by the next game it will be required

Well, I've also 'rolled my own' and I check that result with SS before posting a strong Pearl. It seems a pity to have to have recourse to yet another program before being allowed to play (does it run under all versions of Windows?). This would seem to be an obstacle to attracting new players. I suppose I could just add /99 and cross my fingers!

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby gsf » Tue Jan 22, 2008 11:01 pm

m_b_metcalf wrote:::: comment :::
gsf wrote:right now the referee accepts posts with no ``/pearl-index'', i.e., SE=explainer-rating/pearl-index
probably by the next game it will be required

Well, I've also 'rolled my own' and I check that result with SS before posting a strong Pearl. It seems a pity to have to have recourse to yet another program before being allowed to play (does it run under all versions of Windows?). This would seem to be an obstacle to attracting new players. I suppose I could just add /99 and cross my fingers!

SS is tied to windows and is not under development should problems arise

the biggest obstacle (running (and wating for) SE in command line mode) has already been hurdled

my solver runs in command line mode on windows and linux
and you can compile for any other unix/mac architecture (or I can do it for you)
I don't think my solver, modulo initial shock at the --man docs, has been an impediment to other threads on the forums
if you use it as part of patterns game play I'm pretty sure it will not be the bottleneck

and the upshot: the only way I'll code and babysit the referee is with linux command line interfaces
gsf
2014 Supporter
 
Posts: 7306
Joined: 21 September 2005
Location: NJ USA

Postby gsf » Tue Jan 22, 2008 11:02 pm

m_b_metcalf wrote:Can I play something else, to break the logjam? Or maybe someone else could, just to be safe?

yes, try another rating
gsf
2014 Supporter
 
Posts: 7306
Joined: 21 September 2005
Location: NJ USA

Postby m_b_metcalf » Tue Jan 22, 2008 11:14 pm

Code: Select all
 1 . . . . . . . 7
 . 7 . . . . . 4 .
 . . . 4 . 9 . . .
 . . 6 2 . 8 9 . .
 . . . . 3 . . . .
 . . 3 5 . 7 2 . .
 . . . 9 . 2 . . .
 . 9 . . . . . 1 .
 4 . . . . . . . 8 SE 6.6

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby gsf » Tue Jan 22, 2008 11:15 pm

Code: Select all
3 . . | . . . | . . 2
. 1 . | . . . | . 9 .
. . . | 6 . 7 | . . .
------+-------+------
. . 4 | 2 . 3 | 7 . .
. . . | . 5 . | . . .
. . 6 | 1 . 9 | 5 . .
------+-------+------
. . . | 4 . 8 | . . .
. 2 . | . . . | . 1 .
9 . . | . . . | . . 3  EP=10.4/13
gsf
2014 Supporter
 
Posts: 7306
Joined: 21 September 2005
Location: NJ USA

Postby m_b_metcalf » Tue Jan 22, 2008 11:24 pm

Code: Select all
 3 . . . . . . . 2
 . 1 . . . . . 9 .
 . . . 6 . 7 . . .
 . . 5 2 . 3 8 . .
 . . . . 4 . . . .
 . . 6 1 . 9 7 . .
 . . . 4 . 5 . . .
 . 2 . . . . . 1 .
 9 . . . . . . . 3  SE 10.4

Well, I'm a glutton for punishment. SS has a naked pair on its one and only step (which solves no cell).

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby g.r.emlin » Tue Jan 22, 2008 11:28 pm

::: adjustment :::
Code: Select all
2008-01-22+22:24:00-0000 m_b_metcalf dup-puzzle -50
User avatar
g.r.emlin
Moderator
 
Posts: 11580
Joined: 07 December 2007
Location: www

Postby m_b_metcalf » Tue Jan 22, 2008 11:28 pm

::: comment ::

m_b_metcalf wrote:Well, I'm a glutton for punishment. SS has a naked pair on its one and only step (which solves no cell).


Yours does too:!:

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby m_b_metcalf » Tue Jan 22, 2008 11:36 pm

Code: Select all
 1 . . . . . . . 7
 . 7 . . . . . 4 .
 . . . 4 . 9 . . .
 . . 6 2 . 1 9 . .
 . . . . 3 . . . .
 . . 8 5 . 7 2 . .
 . . . 9 . 2 . . .
 . 9 . . . . . 1 .
 4 . . . . . . . 8 SE 7.2

Oh, well.

Regards,

Mike Metcalf (I waited 11 minutes)
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

Postby g.r.emlin » Tue Jan 22, 2008 11:38 pm

::: game 0013 status :::
Code: Select all
game 0013 2008-01-22+16:15:00-0000 duration 6h06m dealer coloin index 960 (open) 3 players

    1.5/2    4.5/2    6.6/2    7.2/2    8.4/13   8.5/13   9.8/13   10.4/13                   

       submitter  entries  score  response  notes
     -----------  -------  -----  --------  -----
     m_b_metcalf        5    -70    10m57s  weak-pearl*2,dup-puzzle*3
          coloin        1    -19         0  dealer
             gsf        2     66     6m53s  weak-pearl*2
     -----------  -------
               3        8
User avatar
g.r.emlin
Moderator
 
Posts: 11580
Joined: 07 December 2007
Location: www

Postby gsf » Tue Jan 22, 2008 11:43 pm

Code: Select all
3 . . | . . . | . . 2
. 1 . | . . . | . 9 .
. . . | 6 . 4 | . . .
------+-------+------
. . 5 | 2 . 3 | 7 . .
. . . | . 5 . | . . .
. . 4 | 1 . 9 | 6 . .
------+-------+------
. . . | 5 . 8 | . . .
. 2 . | . . . | . 1 .
9 . . | . . . | . . 3  EP=10.1/13
gsf
2014 Supporter
 
Posts: 7306
Joined: 21 September 2005
Location: NJ USA

Postby m_b_metcalf » Tue Jan 22, 2008 11:49 pm

Code: Select all
 3 . . . . . . . 2
 . 1 . . . . . 9 .
 . . . 8 . 7 . . .
 . . 4 3 . 6 7 . .
 . . . . 5 . . . .
 . . 7 9 . 1 5 . .
 . . . 4 . 5 . . .
 . 2 . . . . . 1 .
 9 . . . . . . . 3 SE 9.6

Regards,

Mike Metcalf
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13611
Joined: 15 May 2006
Location: Berlin

PreviousNext

Return to Interactive games