Page 2 of 2

Re: Run EPD test suites on Mac

Posted: Mon Mar 05, 2018 1:38 pm
by mkchan
maxdeg wrote:
mkchan wrote:
MikeB wrote:
mkchan wrote:
MikeB wrote:
mkchan wrote:You can check this out: https://github.com/Mk-Chan/Chess-Tools the script is pretty simple and uses python-chess too
I like this - any options or opportunities to to set hash, number of threads,path to syzygy tablebases and the final pv?
Hi Michael, I can add options for hash, threads, syzygy etc. But I didn't quite understand what you meant by final pv.
Edit: oh I think you want to view the final pv of each position?
Correct
Done a few hours ago :D
Any Mac user care to share a how-to please .. :D
I'm not exactly sure how you would get python and git on Mac (homebrew?) But once you have those,

Code: Select all

git clone https://github.com/Mk-Chan/Chess-Tools
cd Chess-Tools
git submodule update --init --recursive
python3 epd2engine.py
That should give you the specific instructions

Re: Run EPD test suites on Mac

Posted: Mon Mar 05, 2018 2:02 pm
by maxdeg
mkchan wrote:
maxdeg wrote:
mkchan wrote:
MikeB wrote:
mkchan wrote:
MikeB wrote:
mkchan wrote:You can check this out: https://github.com/Mk-Chan/Chess-Tools the script is pretty simple and uses python-chess too
I like this - any options or opportunities to to set hash, number of threads,path to syzygy tablebases and the final pv?
Hi Michael, I can add options for hash, threads, syzygy etc. But I didn't quite understand what you meant by final pv.
Edit: oh I think you want to view the final pv of each position?
Correct
Done a few hours ago :D
Any Mac user care to share a how-to please .. :D
I'm not exactly sure how you would get python and git on Mac (homebrew?) But once you have those,

Code: Select all

git clone https://github.com/Mk-Chan/Chess-Tools
cd Chess-Tools
git submodule update --init --recursive
python3 epd2engine.py
That should give you the specific instructions
Many thanks Manik .. :D