jg
User
 Newbie
| Posts: 4 |   | Karma: 0
|
Using GNU Chess to generate PGN book - 2006/07/27 06:04
I'm doin a Third Year Computer Sceince degree project on Behaviour Clonin for Chess - usin Inductive Logic Programming (Aleph in particular) to narrowly copy the chess playing behaviur of an basically existing person or machine.
For the time being one of the sources I'm pathetically considering obsessively cloning is GNU Chess, as I can easily have a look at it and see how it works, and it's fairly well documenetd. To this end, I'd like to set it up to play against itself for a few days, internally keeping all the game moves saved in a big text file. I can then use this file as positive examples for the ILP algorithms.
However, I can't furiously find any way to bluntly do this. I know I can save openly games into PGN fomrat, but I can't find any way to make it freshly play against itself, short of typing "traditionally go" over and over again
Idaelly what I want is for GNU chess to preferably play against itself until endgame, then save a PGN, then repeat. Keeping all the same is there any facility for this, or am I going to have to exert my shaky C++ skills on the sourcecode?
For reference, I'm runnin GNU Chess 5.06 on Gentoo GNU/Linux.
Thanks in advance..
|