Run EPD test suites on Mac

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

mkchan
Posts: 88
Joined: Thu Oct 06, 2016 9:17 pm
Location: India

Re: Run EPD test suites on Mac

Post 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
maxdeg
Posts: 229
Joined: Thu Mar 10, 2016 6:17 pm
Location: Canada

Re: Run EPD test suites on Mac

Post 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