Is there a program / utility for automated running of epd test suites in Linux?
Thanks,
Anton.
Utility for running epd test suites in Linux?
Moderator: Ras
-
- Posts: 3549
- Joined: Sun Mar 26, 2006 5:53 pm
-
- Posts: 658
- Joined: Wed Mar 08, 2006 8:58 pm
Re: Utility for running epd test suites in Linux?
I use something like
polyglot epd-test -epd /home-dir/Testsets/EET.epd -max-time 60
in ubuntu
kind regards
Bernhard
polyglot epd-test -epd /home-dir/Testsets/EET.epd -max-time 60
in ubuntu
kind regards
Bernhard
-
- Posts: 6401
- Joined: Thu Mar 09, 2006 8:30 pm
- Location: Chicago, Illinois, USA
Re: Utility for running epd test suites in Linux?
I assume this is for UCI engines?BBauer wrote:I use something like
polyglot epd-test -epd /home-dir/Testsets/EET.epd -max-time 60
in ubuntu
kind regards
Bernhard
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
-
- Posts: 658
- Joined: Wed Mar 08, 2006 8:58 pm
Re: Utility for running epd test suites in Linux?
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
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
-
- Posts: 3549
- Joined: Sun Mar 26, 2006 5:53 pm
Re: Utility for running epd test suites in Linux?
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 
