WAC is a test suite which uses the set of 300 positions taken from the book Win at Chess. A FEN file with these positions can be found at: https://dl.dropboxusercontent.com/u/316 ... EN/WAC.fen
Oscar will need the capability of processing work unit files made from FEN records, so to that end I've installed a first attempt at automated FEN batch file processing into the program. The initial test file is WAC.fen as referenced above, and the test is to calculate the perft(n) for each position and report the total of these calculations for each depth.
For depths from zero to five, the results are:
Code: Select all
Record count: 300 Depth: 0 Total: 300
Record count: 300 Depth: 1 Total: 11962
Record count: 300 Depth: 2 Total: 393416
Record count: 300 Depth: 3 Total: 15796091
Record count: 300 Depth: 4 Total: 551178617
Record count: 300 Depth: 5 Total: 22363709083