Engine Position Tester

Usage

Using the Default CSV File

Using go nodes command

python main.py --engine /path/to/your_engine --nodes 10_000_000 --concurrency 4

Using go depth command

python main.py --engine /path/to/your_engine --depth 20 --concurrency 4

Using Custom CSV File

python main.py --engine /path/to/your_engine --depth 20 --concurrency 4 --csv_file your_test_file.csv