Module inanis::testing::testset

source ·

Structs

Functions

  • Loads positions from the epd_filename and parses them into a list of TestPosition. Returns Err with a proper error message if the file couldn’t be parsed.
  • Runs a test by performing a fixed-depth search for the positions loaded from the epd_filename file, using hashtable with size specified in transposition_table_size. To classify the test as successful, the last iteration has to return the correct best move.
  • Internal test function, called by run.