Can someone suggest some good data analysis porgram that can look at big databases of games. Let me give a couple of examples of things I would like:
Count the number of times certain moves (save Ne5-f7)in winning versus losing games.
Count the number of games where a Bishop moved to b4, and show the inning percentages for that side.
I have SCID, which does have a simple material and patern matching (position specific) function, but it does not seem to match moves, just positions.
Mark
Seeking PGN/EPG/games database manipulation tools
Moderator: Ras
-
- Posts: 1494
- Joined: Thu Mar 30, 2006 2:08 pm
-
- Posts: 307
- Joined: Wed Mar 08, 2006 9:59 pm
- Location: Norway, Vads?
- Full name: Odd Gunnar Malin
Re: Seeking PGN/EPG/games database manipulation tools
You could look at the CQL ( http://www.rbnn.com/cql/ ).
There is a tool on the site to do advanced search in pgn databases. Also Chess Assistant have CQL built in.
Odd Gunnar
There is a tool on the site to do advanced search in pgn databases. Also Chess Assistant have CQL built in.
Odd Gunnar
-
- Posts: 1494
- Joined: Thu Mar 30, 2006 2:08 pm
Re: Seeking PGN/EPG/games database manipulation tools
Thanks. That might just do what I need!