ChessUSA.com TalkChess.com
Hosted by Your Move Chess & Games
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ScidVsPC/Mac
Post new topic    TalkChess.com Forum Index -> Computer Chess Club: General Topics Flat
View previous topic :: View next topic  
Author Message
Julien MARCEL



Joined: 05 May 2008
Posts: 2269
Location: Nantes (France)

PostPost subject: Re: ScidVsPC/Mac    Posted: Sat Mar 10, 2012 6:41 am Reply to topic Reply with quote

stevenaaus wrote:
JuLieN wrote:
Indeed. Although why wouldn't you guys join forces and make a SCIDBoard? I have the feeling that both programs have quite some overlap and that you duplicate each others' efforts...

Now that is crazy talk Rolling Eyes Razz

The tourney widget will now pack smaller. If > 10 engines selected, only the first 10 are changeable.
Code:
# Only pack so many
if {$i < 10} {

Pondering shouldn't be too hard. ....... Except i can't figure out the UCI protocol properly.
Code:
Engine 1 says "bestmove MOVEA ponder MOVEB"
send MOVEA to Engine 2
Engine 2 plays MOVEB
send "ponderhit" to Engine 1

But then it grinds to a halt Mad
I can't figure out how to continue there-after or when to issue "go ponder". Does this replace the "go" command, or do i have to issue a whole set of "go" AND "go ponder" for one move ? Ponderhit *is* used in the serious game feature , and i'll have to examine it closer i guess though it is implement with "position fen" here instead of "position startboard moves".


It's great you give it a try, Steven, thanks! Smile

IIRC, the typical interface<>engines talk should look like ( with: 1: Engine 1, 2: Engine 2, I: Interface):

1>I: bestmove A ponder B
I>1: go ponder
I>2: (send move A and a go command)
2>I: bestmove B ponder C
I>2: go ponder
I>1: ponderhit
_________________
Author of Prédateur chess engine: http://predateur-chess.blogspot.fr
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
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
Post new topic    TalkChess.com Forum Index -> Computer Chess Club: General Topics

 
Jump to:  
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




Powered by phpBB © 2001, 2005 phpBB Group
Enhanced with Moby Threads