Needed for next ACCA event

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
hgm
Posts: 28387
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Needed for next ACCA event

Post by hgm »

CRoberson wrote: Yes, moding the format to a strict standard screws all the UCI folks using an interface that doesn't comply.
I am pretty sure most interfaces would comply with a standard if you set one well-enough in advance. And they can always use Polyglot, can't they?
Guests can watch tournament games as long as the games are unrated which is why our games are unrated.
I tested that myself during the last tournament.
What do you mean by "watch"? Observe or follow?
I want to collect everything from the engines not just the last kibitz for a given move.
Awful! I sure hope you will not put all that in the PGNs. Or at least make PGNs avalable that have simple score/depth embedded as well.

And the original question still stands: If you allow (and collect) multiple kibitzes per move, how are you going to figure out which kibitz message belonged to each move?
CRoberson
Posts: 2094
Joined: Mon Mar 13, 2006 2:31 am
Location: North Carolina, USA

Re: Needed for next ACCA event

Post by CRoberson »

hgm wrote: What do you mean by "watch"? Observe or follow?


Awful! I sure hope you will not put all that in the PGNs. Or at least make PGNs avalable that have simple score/depth embedded as well.

And the original question still stands: If you allow (and collect) multiple kibitzes per move, how are you going to figure out which kibitz message belonged to each move?
I meant observe since one can observe multiple games per session.

I think you are missing the point. I think this method may be able to replace the need for real-time log file submission. Not considering PGNs at this time.
User avatar
hgm
Posts: 28387
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Needed for next ACCA event

Post by hgm »

Does that mean you are going to insist on a format then that makes it impossible to get good PGN, just because PGN does not interest you?
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: Needed for next ACCA event

Post by bob »

CRoberson wrote:
hgm wrote: What do you mean by "watch"? Observe or follow?


Awful! I sure hope you will not put all that in the PGNs. Or at least make PGNs avalable that have simple score/depth embedded as well.

And the original question still stands: If you allow (and collect) multiple kibitzes per move, how are you going to figure out which kibitz message belonged to each move?
I meant observe since one can observe multiple games per session.

I think you are missing the point. I think this method may be able to replace the need for real-time log file submission. Not considering PGNs at this time.
The problem is that observe is time-sensitive. If you observe before the first move is played, you can capture everything. But if you are even one move late, the PGN will be broken. Follow would be much nicer. And one could _still_ make this work with follow, if you can set up N ICC accounts. A single application can open N telnet connections, and have each connection follow one participant, which would capture things from move 1 correctly.
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: Needed for next ACCA event

Post by bob »

hgm wrote:Does that mean you are going to insist on a format then that makes it impossible to get good PGN, just because PGN does not interest you?
If this code has to be written, it can be made to work. The "observer" software will know which move is played as the game progresses. It can remember the last PV kibitzed that started with that move (kibitzed by that opponent of course, since some choose to ponder in oddball ways and appear to be searching for their opponent rather than themselves).