If ChessGUI would use multiple engines for solving testsuites, how would you like the results presented (in GUI and in files) ?
How many engines at most ?
Matthias.
ChessGUI and multiple engines solving testsuites
Moderator: Ras
-
Matthias Gemuh
- Posts: 3245
- Joined: Thu Mar 09, 2006 9:10 am
ChessGUI and multiple engines solving testsuites
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de
http://www.chess.hylogic.de
-
swami
- Posts: 6664
- Joined: Thu Mar 09, 2006 4:21 am
Re: ChessGUI and multiple engines solving testsuites
Both files and GUI, but preferably GUI if you had one option.Matthias Gemuh wrote:If ChessGUI would use multiple engines for solving testsuites, how would you like the results presented (in GUI and in files) ?
How many engines at most ?
Matthias.
50 engines minimum if that is possible.
-
Matthias Gemuh
- Posts: 3245
- Joined: Thu Mar 09, 2006 9:10 am
Re: ChessGUI and multiple engines solving testsuites
Matthias Gemuh wrote:If ChessGUI would use multiple engines for solving testsuites, how would you like the results presented (in GUI and in files) ?
How many engines at most ?
Matthias.
How should the data be formated in files ?
How should the data be formated in GUI ?
Matthias.
My engine was quite strong till I added knowledge to it.
http://www.chess.hylogic.de
http://www.chess.hylogic.de
-
Mike S.
- Posts: 1480
- Joined: Thu Mar 09, 2006 5:33 am
Re: ChessGUI and multiple engines solving testsuites
It will always be useful to have an ASCII output file with a "normal" table to look at, like
But for many testers, it would also be useful to have such a table in CSV format, separated by semicolon ";", for easy import in Excel and other spreadheet programs. There, ratings can be calculated, results can be grouped by topics, etc.
http://de.wikipedia.org/wiki/CSV_%28Dateiformat%29
Importing normal text tables can be a pain, because the calc program cannot know for example, where one engine name ends and where the next engine name begins, etc. The number of spaces between fields is always different und ambigous.
In the GUI, it will probably be more useful to present the engine results per position each, as a simple top-down list like
(the numbers here are just random examples)
Code: Select all
Pos.# Rybka 2.3.2a Zappa Mexico II Fritz ...
00001 03:17 01:59
00002 00:02
00003 (n/a)http://de.wikipedia.org/wiki/CSV_%28Dateiformat%29
Code: Select all
Pos.#;Rybka 2.3.2a;Zappa Mexico II;Fritz
00001;03:17;01.59
00002;00:02
00003;(n/a)In the GUI, it will probably be more useful to present the engine results per position each, as a simple top-down list like
Code: Select all
Position No. 00345:
----------------------
Rybka 2.3.2a: 22:17
Zappa Mexico II: 18:45
(etc.)Regards, Mike