Installation
Code: Select all
pip install -U tagasuriCode: Select all
tagasuri epd-test --input-file "7men_human.epd" --engine-file "c:/engines/sf15.exe" --engine-options "{'Hash': 128, 'Threads': 1}" --workers 1 --move-time 1 --output-file 7men.txtYou can increase number of workers to work on the epd with --workers option if your processor has more cores. If your processor has 4 cores/8 threads, you can use 3 cores with --workers 3.
Github repository
Python package
This is still in beta stage, it is only tested for up to 4 cores and only on windows 10.