| View previous topic :: View next topic |
| Author |
Message |
Julien MARCEL

Joined: 05 May 2008 Posts: 2269 Location: Nantes (France)
|
Post subject: Re: ScidVsPC/Mac Posted: Sat Mar 10, 2012 7:10 am |
|
|
I was wondering how the engine would know how long it can keep searching when it receives a "ponderhit" notification, and Mark Uniacke gives the answer on Hiarcs Forum:
| Mark Uniacke wrote: |
| Alain wrote: |
Hi,
I am trying to implement pondering in CEBoard when hosting UCI engines and I don't understand which dialog must take place :
let's say that I send to the engine
| Code: |
position startpos moves e2e4
go movetime 1000 |
The engine answers after some time:
| Code: |
| bestmove g8f6 ponder b1c3 |
I understand that it does not start pondering immediately, even if I set the "Ponder" option to true, is it correct ?
Which message should I send to make the engine start pondering ?
is it these commands ?
| Code: |
position startpos moves e2e4 g8f6
go ponder b1c3 |
And how can I stop the engine's reflection ? If I send "ponderhit" to the engines I have tested, none stops thinking....
Thanks in advance
Best regards,
Alain |
Yes that is correct, no pondering is started until it is requested.
So you would give:
position startpos moves e2e4 g8f6 b1c3
go wtime 50000 btime 50000 ponder
then if ponder move (b1c3 in this case) is played by opponent you output
ponderhit
engine now switches to normal play mode and plays move when its ready.
If you did not specify a time when you told it to ponder that would explain why the engine did not move. |
That should answer your question more accurately than I did.  _________________
Author of Prédateur chess engine: http://predateur-chess.blogspot.fr
Last edited by Julien MARCEL on Sat Mar 10, 2012 7:12 am; edited 1 time in total |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
ScidVsPC/Mac |
Julien MARCEL |
Tue Mar 06, 2012 10:22 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 8:08 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 11:34 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 11:42 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 11:54 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 12:05 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 12:15 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 1:17 pm |
Re: ScidVsPC/Mac |
Ignacio Garcia |
Wed Mar 07, 2012 5:22 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 11:42 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 11:48 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 11:58 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 12:07 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 1:41 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 07, 2012 2:01 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Wed Mar 07, 2012 2:25 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Wed Mar 07, 2012 8:20 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Fri Mar 09, 2012 12:39 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Fri Mar 09, 2012 12:49 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 6:36 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sat Mar 10, 2012 6:41 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sat Mar 10, 2012 7:10 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Sat Mar 10, 2012 7:08 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sat Mar 10, 2012 7:11 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 8:49 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Sat Mar 10, 2012 9:03 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 12:44 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sat Mar 10, 2012 1:01 pm |
Re: ScidVsPC/Mac |
Michel Van den Bergh |
Sat Mar 10, 2012 1:15 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Sat Mar 10, 2012 1:44 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Sun Mar 11, 2012 1:44 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Mar 12, 2012 8:18 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Mon Mar 12, 2012 9:16 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Mar 12, 2012 11:31 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Mar 12, 2012 11:51 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Mar 12, 2012 11:55 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Mar 12, 2012 1:08 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Tue Mar 13, 2012 11:07 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Tue Mar 13, 2012 11:17 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Tue Mar 13, 2012 11:25 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Tue Mar 13, 2012 7:54 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Wed Mar 14, 2012 8:17 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 15, 2012 9:06 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Thu Mar 15, 2012 11:41 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 15, 2012 12:15 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 15, 2012 12:58 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sun Jan 06, 2013 12:33 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 11:38 am |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 3:25 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 9:32 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 9:48 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 10:03 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 10:19 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 10:37 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 10:40 pm |
Re: ScidVsPC/Mac |
Don Dailey |
Mon Jan 07, 2013 10:47 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Mon Jan 07, 2013 10:51 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Sun Apr 28, 2013 7:57 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Tue Apr 30, 2013 6:44 am |
Re: ScidVsPC/Mac |
H.G.Muller |
Thu Mar 15, 2012 3:02 pm |
Re: ScidVsPC/Mac |
Steven Atkinson |
Thu Mar 22, 2012 12:12 pm |
Re: ScidVsPC/Mac |
H.G.Muller |
Sun Jan 06, 2013 8:36 am |
Re: ScidVsPC/Mac |
Steven Atkinson |
Mon Jan 07, 2013 11:42 am |
Re: ScidVsPC/Mac |
Don Dailey |
Mon Jan 07, 2013 5:19 pm |
Re: ScidVsPC/Mac |
Julien MARCEL |
Tue Mar 13, 2012 11:19 am |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|