Page 1 of 2

New Winboard Manager (WinMan).

PostPosted: 21 Aug 2008, 20:10
by Alex Guerrero
I decided to do available WinMan (Winboard Manager).

http://es.geocities.com/winboard_chess/

Characteristics:
-Engine Manager for winboard.ini.
-Board design. Winboard X and F maybe need it.
-Tournament Manager (RoundRobin and Gauntlet).
-WinMan installs Uci engines.
-You must copy WinMan and its files to folder winboard.
-WinMan works with winboard.ini in format:
"Name" /fcp="Engine.exe" /fd="Path" or
"Engine.exe" /fd="Path"

Test it with a copy of your winboard.ini.

Regards.

Re: New Winboard Manager (WinMan).

PostPosted: 21 Aug 2008, 21:49
by Richard Allbert
Very nice, I look forward to trying it.

One problem / request, though.

I have written a tourmanet creator myself - uses a text file with the settings, the main reason being that I can run as many successive engines I want as gauntlet engines.

E.g I want to play a Gauntlet vs the same 5 oppenents with four test versions of my engine, without running the tournaments one at a time - all four versions run each gauntlet one after the other.

Is it possible to add the "multiple gauntlet engine" feature to you software?

Thanks

Richard
[/code]

Re: New Winboard Manager (WinMan).

PostPosted: 21 Aug 2008, 23:26
by Alex Guerrero
Very interesting... but difficult. I will see it... but why you want not gauntlets one at a time?
I understand as a tournament and after other automaticly.

Re: New Winboard Manager (WinMan).

PostPosted: 22 Aug 2008, 17:38
by Richard Allbert
Alex Guerrero wrote:Very interesting... but difficult. I will see it... but why you want not gauntlets one at a time?
I understand as a tournament and after other automaticly.


Because if I have five test verions that have to run the same gauntlet of 300 games each, I would rather leave the computer running all five tournaments together, as opposed to checking every morning and night whether the tournament has finished. :D

Basically, it's about time saving.

Richard

Re: New Winboard Manager (WinMan).

PostPosted: 22 Aug 2008, 18:25
by H.G.Muller
But you don't really care about the order of the games, do you?

Re: New Winboard Manager (WinMan).

PostPosted: 22 Aug 2008, 20:51
by Richard Allbert
No, quite right, am I missing something stupid?

I want to play

v1 vs 5 opp in 30 Noomen positions as white and black(60 games vs each opp)
v2 vs 5 opp in 30 Noomen positions as white and black(60 games vs each opp)
v3 vs 5 opp in 30 Noomen positions as white and black(60 games vs each opp)
v4 vs 5 opp in 30 Noomen positions as white and black(60 games vs each opp)

etc etc.... (of course I add these games to a RR btween the 5 opponents as white and balck from the starting position to make the elo calc something near accurate :wink: )

I have a self written batch file writer which will take my gauntlet engines and opponents (regardless how many of each) and create the above tournament for WB.

This is just to allow mass testing of variants on one computer.

Hence the request with a much better looking TM :)

Unless I am missing an easier way...

Richard

PS Thanks for you work updating winboard. :D :D

Re: New Winboard Manager (WinMan).

PostPosted: 23 Aug 2008, 08:22
by Marc Lacrosse
Richard Allbert wrote:
Is it possible to add the "multiple gauntlet engine" feature to you software?



This "multiple gauntlet" feature is what is commonly called "Scheveningen" mode tournament : there are two "teams" and every member of one team plays a match against each member of the other team.

This a very useful mode, not only for comparing several versions of the same program against a common set of opponents but also for comparing opening books.

Unfortunately no curently available tournament manager I know of does offer this feature.

So I wrote my own (running under windows) for UCI engines playing through WbX+Polyglot.

It a derivative of the tournament preprocessor that I have put for free on my website at http://chessbazaar.mlweb.info.

If you wish I may package this version for you.

Marc

Re: New Winboard Manager (WinMan).

PostPosted: 23 Aug 2008, 10:24
by Matthias Gemuh
Marc Lacrosse wrote:
This "multiple gauntlet" feature is what is commonly called "Scheveningen" mode tournament : there are two "teams" and every member of one team plays a match against each member of the other team.

This a very useful mode, not only for comparing several versions of the same program against a common set of opponents but also for comparing opening books.

Unfortunately no curently available tournament manager I know of does offer this feature.

Marc



ChessGUI has a team fight mode.

Matthias.

Re: New Winboard Manager (WinMan).

PostPosted: 23 Aug 2008, 14:56
by Alex Guerrero
I did other little program called "Match" with starting positions for Winboard-F.
If you wish get it here is link:

http://www.orbitfiles.com/download/id3224139640.html

It is useful for faster games.

Re: New Winboard Manager (WinMan).

PostPosted: 23 Aug 2008, 21:40
by Richard Allbert
Hi Matthias,

Thanks for the notification - I didn't think of that option!

Great work, btw, on CHessGUI.

Richard

Re: New Winboard Manager (WinMan).

PostPosted: 23 Aug 2008, 21:41
by Richard Allbert
Thanks for the link, I've done almost exactly the same myself :)

Richard

Re: New Winboard Manager (WinMan).

PostPosted: 23 Aug 2008, 21:43
by Richard Allbert
Your fast tournament package is downloading now...

Thanks!


Richard

Re: New Winboard Manager (WinMan).

PostPosted: 25 Aug 2008, 13:02
by Igor Gorelikov
Richard Allbert wrote:Very nice, I look forward to trying it.

One problem / request, though.

I have written a tourmanet creator myself - uses a text file with the settings, the main reason being that I can run as many successive engines I want as gauntlet engines.

E.g I want to play a Gauntlet vs the same 5 oppenents with four test versions of my engine, without running the tournaments one at a time - all four versions run each gauntlet one after the other.

Is it possible to add the "multiple gauntlet engine" feature to you software?

Thanks

Richard
[/code]


My IG WBTM 1.5 (0.2 Mb, made in 2006) can play multiple gauntlets.

http://iggor.110mb.com/tools/IG_WBTM_1-5.zip

Best regards,
Igor Gorelikov

Re: New Winboard Manager (WinMan).

PostPosted: 25 Aug 2008, 23:28
by Alex Guerrero
Updated WinMan 1.2b
- Problems with scrollbars in windows found.
- WinMan reports when files are not found.
- winboard.ini may be in other folder.

Regards

Re: New Winboard Manager (WinMan).

PostPosted: 26 Aug 2008, 09:23
by Sven Schüle
Richard Allbert wrote:(of course I add these games to a RR btween the 5 opponents as white and balck from the starting position to make the elo calc something near accurate :wink: )

Of course! :wink:
Or has there been any doubt on this, by anyone, anywhere? :wink:

Sven

Re: New Winboard Manager (WinMan).

PostPosted: 27 Aug 2008, 16:20
by Olivier Deville
Hola Alex :)

Your tournament manager looks very promising !

I'll certainly give it a go as soon as one of the comps here is idle.

Olivier

Re: New Winboard Manager (WinMan).

PostPosted: 28 Aug 2008, 06:20
by Alex Guerrero
Good Luck Olivier !

Re: New Winboard Manager (WinMan).

PostPosted: 09 Sep 2008, 22:30
by Mathieu
Great tool!

One question : I wanted to add a font by editing the board.wbm file.
I added the line "<font>=<charset>" but if the font is well included in the list,
the "charset" remains the usual "pnbrqkomvtwl" that doesn't fit my needs (so I need to edit - a bit anoying since I often change when i play variants with fairy pieces).
Is there a way to automatically assign a chosen char set for a given font?

Re: New Winboard Manager (WinMan).

PostPosted: 10 Sep 2008, 14:06
by Alex Guerrero
Hi Mathieu, you are right.
I did available WinMan 1.2c which solve this problem.

Regards.

Re: New Winboard Manager (WinMan).

PostPosted: 10 Sep 2008, 19:36
by Mathieu
Quite reactive!

Unfortunately, that new version doesn't work on my computer. When I launch WinMan.exe, I get :
"Acces violation at adress 7C922C16 in module 'ntdll'. Write of adress 00404C4D"

EDIT : wrong description => error only when I click on the Board design menu.