Function inanis::testing::testset::run

source ·
pub fn run(
    epd_filename: &str,
    depth: i8,
    transposition_table_size: usize,
    threads_count: usize
)
Expand description

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.