Occurence of EGT'd endgame in over-the-board play

Endgame analysis using tablebases, EGTB generation, exchange, sharing, discussions, etc..
Post Reply
guyhaw
Posts: 489
Joined: Sat Jan 21, 2006 10:43 am
Sign-up code: 10159
Location: Reading, UK
Contact:

Occurence of EGT'd endgame in over-the-board play

Post by guyhaw »

I am interested in citations of games where the players spent a substantial time in 7-man chess (especially with a pair of blocked or facing Pawns) and more particularly in 6-man chess. The idea is to analyse the quality of play demonstrated.

Thanks in advance - Guy
Dhanish
Posts: 47
Joined: Fri Sep 14, 2007 5:25 am
Sign-up code: 0
Contact:

Re: Occurence of EGT'd endgame in over-the-board play

Post by Dhanish »

Hi Guyhaw,

I hope you are familiar with CQL: http://www.rbnn.com/cql/. You can use it to search any big database with the required criteria. If not, I can help in constructing a suitable query. Since there are plenty of 6man games (even more in 7 men), you will have to restrict by number of moves with same material and also rating to get useful results (not too many).

Regards,
Dhanish
guyhaw
Posts: 489
Joined: Sat Jan 21, 2006 10:43 am
Sign-up code: 10159
Location: Reading, UK
Contact:

CQL ... !

Post by guyhaw »

Dhanish,
Thanks for the CQL suggestion. I have heard of it, and ought to have mastered it but I have not. I gather it's not trivial to use.
Any help you can provide would be most welcome.
g
Dhanish
Posts: 47
Joined: Fri Sep 14, 2007 5:25 am
Sign-up code: 0
Contact:

Re: CQL

Post by Dhanish »

Hi Guyhaw,

I don't think it would be difficult for someone who is familiar with programming. There is also Visual CQL, which makes it easier, see http://www.volny.cz/evcomp/vcql.htm. Anyway, here is a simple CQL file which will find all 6men position games lasting for at least 10 moves of players with rating 2600-3000.

Code: Select all

(match 
  :pgn input.pgn 
   :output result.pgn 
      (position 
      :piececount U 6
      :matchcount 10 200
      :whiteelo 2600 3000
      :blackelo 2600 3000
      )
)
Of course, you can use Scid or Chessbase, only you will have to search for a particular endgame like KRPPkr, etc as there is no equivalent command for "any" piece. But it may suffice for your purpose, as there are so many games with this material itself, where the players could not find the best moves over the board.

Regards,
Dhanish
guyhaw
Posts: 489
Joined: Sat Jan 21, 2006 10:43 am
Sign-up code: 10159
Location: Reading, UK
Contact:

VCQL

Post by guyhaw »

Dhanish - again, excellent information. I had not heard of VCQL at all: this will surely make it more usable.

You should not assume I'm a good programmer: it's been a long time - over 20 years - and even Matlab's a bit of a struggle these days. I'm usually ok on algorithms, but not infallible at that level either. However, I have colleagues who are fairly hot on the programming, and can probably help me with VCQL too.

Many thanks - Guy

... http://www.reading.ac.uk/sse/about/Staff/g-haworth.asp
Post Reply