Hi Ed,

even though we have never talked to each other, I know your chess projects, 
which are useful and interesting.

I admit I don't know anything about the Polyglot format, but it seems to me a 
not too complicated and useful modification.

You are proposing to change this code: 
https://sourceforge.net/p/scid/code/ci/master/tree/src/polyglot/book.cpp#l683

entry-> n would become entry-> score (but n is unsigned, how did you encode the 
negative values?)

entry-> sum would become entry-> depth (one byte)

and the last byte would be an index into an array of const char*.

It's correct?

>     Il 17/03/2021 07:41 Ed Schroder via Scid-users 
> <scid-users@lists.sourceforge.net> ha scritto:
> 
> 
>     Hello Fulvio,
> 
>     Send you a PM at Talkchess but it remained unseen by you. Hence this try.
> 
>     I don't recall we ever talked so allow me to introduce myself first, my 
> name is Ed Schroder author of Rebel and ProDeo.
> 
>     I am a frequent user of SCID and I very much like the Polyglot book 
> support and arrived at the Polyglot subject I want to propose an idea for 
> SCID that can be beneficial for SCID and its users. And a bit for me as well.
> 
>     A couple of years ago I created the Polyglot extended format. It uses the 
> (in general) 4 last unused bytes (12-15) as follows:
>     byte 12-13 : engine score
>     byte 14 : engine depth
>     byte 15 : engine name (coded from 0-255)
> 
> 
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to