Page 1 of 1

Schooner 2.0.34 (UCI) and ponder

Posted: Fri Apr 05, 2019 10:13 am
by ThatsIt
Hi !

Extract from the "readme.txt":

- pondering allowed (xboard only)

Why not for the UCI-version of Schooner ?

Best wishes,
G.S.
(CEGT team)

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Fri Apr 05, 2019 10:49 am
by ThatsIt
With the "Wb2Uci" adapter (2005/06/16) by Odd Gunnar Malin
ponder works under the shredder classic gui ! Perhaps using
the adapter weakens the engine a bit ...

Best wishes,
G.S.
(CEGT team)

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Fri Apr 05, 2019 11:55 am
by hgm
Why would using an adapter weaken an engine? :shock:

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Fri Apr 05, 2019 12:37 pm
by ThatsIt
hgm wrote: Fri Apr 05, 2019 11:55 am Why would using an adapter weaken an engine? :shock:
Thats why i wrote "perhaps".

I've made some quick tests @ 1'+2", unfortunately Schooner exceeds the time very often.
Hopefully the author implement ponder for the uci-version too.

Best wishes,
G.S.
(CEGT team)

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Fri Apr 05, 2019 12:46 pm
by hgm
ThatsIt wrote: Fri Apr 05, 2019 12:37 pmHopefully the author implement ponder for the uci-version too.
Most likely that would still exceed the time very often, then.

It would be better to hope he fixes the ponder time management.

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Fri Apr 05, 2019 12:55 pm
by ThatsIt
hgm wrote: Fri Apr 05, 2019 12:46 pm
ThatsIt wrote: Fri Apr 05, 2019 12:37 pmHopefully the author implement ponder for the uci-version too.
Most likely that would still exceed the time very often, then.
If that's true,
hgm wrote: Fri Apr 05, 2019 12:46 pm It would be better to hope he fixes the ponder time management.
I agree.

Have you made any ponder=on tests with Schooner @ Winboard ?

Best wishes,
G.S.
(CEGT team)

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Mon May 27, 2019 11:35 pm
by D Sceviour
ThatsIt wrote: Fri Apr 05, 2019 12:37 pm I've made some quick tests @ 1'+2", unfortunately Schooner exceeds the time very often.
Hopefully the author implement ponder for the uci-version too.

Best wishes,
G.S.
(CEGT team)
Just noticed this post. The problem as I see it is that UCI protocol requires the engine to submit a ponder move for consideration. Further, the UCI engine is not allowed to ponder the move until the GUI tells it to ponder.

However, Schooner has always pondered positions - not moves. Further, Schooner begins pondering immediately without waiting in xboard mode. These problems are difficult to overcome without a considerable change in code, and change in performance of the engine. If the UCI protocol is tricked into believing the engine is pondering a specific move, then it may crash the GUI. What is the problem with simply using the superior xboard protocol??

Not sure why it is crashing on time. Does this have something to do with ponder, or all types of search?

Re: Schooner 2.0.34 (UCI) and ponder

Posted: Thu May 30, 2019 3:48 am
by tpoppins
D Sceviour wrote: Mon May 27, 2019 11:35 pmthe superior xboard protocol
;)