Test epd for Linux ?
Moderators: hgm, Dann Corbit, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
- hgm
- Posts: 25906
- Joined: Fri Mar 10, 2006 9:06 am
- Location: Amsterdam
- Full name: H G Muller
- Contact:
Re: Test epd for Linux ?
I think I managed to disable all references to the second engine in -epd mode, in the latest version. I could run the test suite with an invalid engine name in the -scp option, so it seems to work.
Re: Test epd for Linux ?
Which one must I download from here http://hgm.nubati.net/cgi-bin/gitweb.cg ... ;a=summary ?hgm wrote:I think I managed to disable all references to the second engine in -epd mode, in the latest version. I could run the test suite with an invalid engine name in the -scp option, so it seems to work.
- hgm
- Posts: 25906
- Joined: Fri Mar 10, 2006 9:06 am
- Location: Amsterdam
- Full name: H G Muller
- Contact:
Re: Test epd for Linux ?
Indeed, that is always the place where the latest version of XBoard/WinBoard can be found.
-
- Posts: 604
- Joined: Wed Oct 13, 2010 7:44 am
- Location: Australia
- Contact:
Re: Test epd for Linux ?
In Scid vs PC subversion I've added an EPD analyze/test feature.
I think i have the idea, but it doesn't handle xboard epd's or engines (yet?).
I think i have the idea, but it doesn't handle xboard epd's or engines (yet?).
Re: Test epd for Linux ?
If you don't mind using python, I think this work great - analyse.py , under tools:Canoike wrote: ↑Fri Mar 25, 2016 10:24 pmHi,
I have an EPD file with several hundreds positions that I use for testing engines. With windows, I use Arena which is very good for automatic analyis of several positions. Then, it gives a log with the number of positions solved, time used etc.
My question is : is there the same kind of software for Linux ?
Thanks.
https://github.com/jdart1/arasan-chess/ ... ster/tools
requires the package pychess which is pretty simple to install
Code: Select all
sudo apt-get install pychess