Utility for running epd test suites in Linux?

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

Moderator: Ras

Anton
Posts: 3549
Joined: Sun Mar 26, 2006 5:53 pm

Utility for running epd test suites in Linux?

Post by Anton »

Is there a program / utility for automated running of epd test suites in Linux?

Thanks,

Anton.
BBauer
Posts: 658
Joined: Wed Mar 08, 2006 8:58 pm

Re: Utility for running epd test suites in Linux?

Post by BBauer »

I use something like

polyglot epd-test -epd /home-dir/Testsets/EET.epd -max-time 60

in ubuntu
kind regards
Bernhard
User avatar
michiguel
Posts: 6401
Joined: Thu Mar 09, 2006 8:30 pm
Location: Chicago, Illinois, USA

Re: Utility for running epd test suites in Linux?

Post by michiguel »

BBauer wrote:I use something like

polyglot epd-test -epd /home-dir/Testsets/EET.epd -max-time 60

in ubuntu
kind regards
Bernhard
I assume this is for UCI engines?
I was trying the other day to answer anton question but I could not find on the net the EPD2WB utility (It was a quick search). That is for WB engines but I am not sure it could be compiled to Linux.

Miguel
BBauer
Posts: 658
Joined: Wed Mar 08, 2006 8:58 pm

Re: Utility for running epd test suites in Linux?

Post by BBauer »

Yes, I thought about UCI engines.
For crafty which is a WB engine I use something like
test /home-dir/Testsets/EET.epd 3
But I don't know if there is a general option for all WB engines.
kind regards
Bernhard
Anton
Posts: 3549
Joined: Sun Mar 26, 2006 5:53 pm

Re: Utility for running epd test suites in Linux?

Post by Anton »

Thanks guys, I initially tried compiling Gradual Test and EPD2WB in Linux without success, then resorted to using wine, EPD2WB, and a binary compiled for windows, not very elegant. I had no idea polyglot could do the same natively :oops: