Geschrieben von: / Posted by: Federico Corigliano at 30 December 2003 05:56:51:
I'm trying to add in Chispa support for making books from different book formats. My current book entry structure is simple:
{
uint64 hashKey
uint32 gamesWon; // gamesWon are won by white, gamesLost are lost by white
uint32 gamesLost;
uint32 gamesDraw;
}
And now my question: When I import from a RBM book or similar, that don't have info about wins, draws, losses (normal positions, not the marked with "-"), what I must do:
- Add the position as a win
- Add the position as a win, draw and lose simultaneously
- Add the position as a draw
Also I make the same question for Beowulf book format that only have info about games played with each move.
Best regards and Happy new year!
Federico