A Chess Engine for investigating the MTD-H algorithm.
- The main engine is at
main.rs, can be run by usingcargo run --release - Another executable for writing lots of engine diagnostics to a DB can be found at
bin/store_analysis. This can be run usingcargo run --bin store_analysis --release. It stores all sorts of data gathered from letting the engine play the Win at Chess dataset, or the Lichess Opening Database against itself.
To get all the options for collecting engine metrics, you can run:
cargo run --bin store_analysis --release -- -hFor more info on running the binaries, there is another README at the /src/bin/ directory.