Page 1 of 1

Merry Christmas

PostPosted: 18 Dec 2004, 15:07
by Andreas Möbus
Hallo Volker Pittlik

Ich w?nsche Dir und Deinen Lieben ein Frohes Weihnachtsfest schon mal. :D Und nat?rlich auch Frohe Weihnachten / Merry Christmas for all Mitgliedern in den Winboard Foren. :D
Ich f?hle mich sehr wohl in Deinem Forum, speziell im Chess Problems Forum. Klasse

Andreas M?bus aus Berlin -Spandau

P.S. Ich bin ein wenig fr?h dran was mit den Merry Christmas. :shock:

Panagis Sklavounos #4 Christmas Tree Problem6
[diag]2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - - 0 1[/diag]
2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - - 0 1

Frohes Weihnachtsfest Auch !

PostPosted: 19 Dec 2004, 10:40
by Marountas John
By the way Panagis is a reall chess enthuasiast in our country :)

so enjoy !

Re: Merry Christmas

PostPosted: 19 Dec 2004, 17:18
by Volker Pittlik
Andreas M?bus wrote:Hallo Volker Pittlik

Ich w?nsche Dir und Deinen Lieben ein Frohes Weihnachtsfest schon mal. :D Und nat?rlich auch Frohe Weihnachten / Merry Christmas for all Mitgliedern in den Winboard Foren. :D
Ich f?hle mich sehr wohl in Deinem Forum, speziell im Chess Problems Forum.

...


Thank you. Good that you like it.

BTW: has someone managed to run ChestUCI under Winboard?

Volker

Re: Merry Christmas

PostPosted: 19 Dec 2004, 17:36
by F.Huber
Hello Volker,
Volker Pittlik wrote:BTW: has someone managed to run ChestUCI under Winboard?

an interesting question indeed! :)

Well, I had a similar idea (a ChestWB) already when I started to write this UCI interface for Chest, and for _me_ this would of course be not really a big task.
But, what about all these options and parameters in ChestUCI? :(
AFAIK (correct me if I?m wrong) there?s no (simple) possibility in Winboard to set such values in a comfortable menu or dialog window!?
Would you really like to always use a texteditor to change any setting of Chest in an external configuration file? (I won?t)
But maybe anyone has a good idea for this problem - I would be the first one to support (i.e. write) such a WB-version of Chest too ... :D

Best regards,
Franz.

Re: Merry Christmas

PostPosted: 19 Dec 2004, 17:43
by Volker Pittlik
F.Huber wrote:Hello Volker,
Volker Pittlik wrote:BTW: has someone managed to run ChestUCI under Winboard?

an interesting question indeed! :)

Well, I had a similar idea (a ChestWB) already when I started to write this UCI interface for Chest, and for _me_ this would of course be not really a big task.


Using Polyglot it is already working. Just paste the position into WB and start analysis. For details have a look in the ChestUCI.log:

Code: Select all
POLYGLOT *** START ***
POLYGLOT INI file "polyglot.ini"
POLYGLOT Dir "F:\Schach\ChestUCI"
POLYGLOT Command "ChestUCI"
> ENGINE uci
> ENGINE setoption name Hash value 64
> ENGINE setoption name NalimovPath value g:\tb
> ENGINE setoption name NalimovCache value 16
> ENGINE setoption name OwnBook value false
> ENGINE isready
< ENGINE id name ChestUCI Ver.3.7
< ENGINE id author Franz Huber
...
POLYGLOT WAITING
< XBOARD setboard 2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - - 0 1
POLYGLOT FEN 2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - - 0 1
POLYGLOT WAITING
< XBOARD analyze
POLYGLOT ANALYSING
POLYGLOT START SEARCH
POLYGLOT FEN 2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - - 0 1
> ENGINE position fen 2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - - 0 1
> ENGINE go infinite
< ENGINE info string FEN: 2n5/2n5/1PQP4/1pRp4/1PpP4/pB1pp3/rpRpr3/qk1Kb3 w - -
< ENGINE info string Suche nach Matt in 10 ...  (Hash=64MB)
< ENGINE info depth 4 currmovenumber 15 currmove c2c4
< ENGINE info depth 4 time 15 score mate 4 pv c2c4
> XBOARD 4 +9993 1 0 R2xc4
< ENGINE info depth 4 seldepth 4 currmovenumber 22 currmove c6a8 hashfull 0 nodes 11831 nps 381645
< ENGINE info string Suche abgeschlossen ...  (Zeit=0.03s)
< ENGINE info string Matt in 4 gefunden !  (1 L?sung in 00:00)
< ENGINE info depth 4 seldepth 4 time 31 score mate 4 multipv 1 pv c2c4 d5c4 c6e4 c4c3 b3c2 d3c2 e4c2
> XBOARD 4 +9993 3 11831 R2xc4 dxc4 Qe4 c3 Bc2+ dxc2+ Qxc2#
< ENGINE bestmove c2c4




F.Huber wrote:But, what about all these options and parameters in ChestUCI? :(
AFAIK (correct me if I?m wrong) there?s no (simple) possibility in Winboard to set such values in a comfortable menu or dialog window!?
Would you really like to always use a texteditor to change any setting of Chest in an external configuration file? (I won?t)
But maybe anyone has a good idea for this problem - I would be the first one to support (i.e. write) such a WB-version of Chest too ... :D
...


I admit I used your program only with the standard settings now. i have no idea about all the parameters. I also don't understand them now. But I will have a look in the next days.

Volker