learning.bin : book check

Discussion about chess-playing software (engines, hosts, opening books, platforms, etc...)
Post Reply
User avatar
deeds
Posts: 709
Joined: Wed Oct 20, 2021 9:24 pm
Location: France
Contact:

learning.bin : book check

Post by deeds » Mon Mar 06, 2023 6:29 pm

This opening book answers this.

Thanks to "scid vs. pc", it took me less than 3 weeks to manually add/tune 23,296 of the most efficient moves from 9 Eman's learning sessions (512,000 games) :
Image

It weighs only 364 KB but it matches perfectly with the 444 MB Eman's experience file.

I did some tests to check if i didn't enter wrong moves or bad percents :

TC 1m+1s, 40 threads against Eman with experience file

Code: Select all

   # PLAYER                      :  RATING  ERROR  POINTS  PLAYED   (%)    W    D    L   D(%)  OppAvg  OppN
   1 Eman experience             :       0     33   120.0     240  50.0    0  240    0  100.0       0     1
   2 learning.bin (Eman 8.40)    :       0   ----   120.0     240  50.0    0  240    0  100.0       0     1

White advantage = 0.00 +/- 15.40
Draw rate (equal opponents) = 50.00 % +/- 0.00

TC 1m+1s, 40 threads against Eman with various opening books

Code: Select all

   # PLAYER                            :  RATING  ERROR  POINTS  PLAYED   (%)    W    D    L   D(%)  OppAvg  OppN
   1 Solista-010722.bin (Eman 8.40)    :       0     33   120.0     240  50.0    0  240    0  100.0       0     1
   2 learning.bin (Eman 8.40)          :       0   ----   120.0     240  50.0    0  240    0  100.0       0     1

White advantage = 0.00 +/- 15.40
Draw rate (equal opponents) = 50.00 % +/- 0.00

Code: Select all

   # PLAYER                        :  RATING  ERROR  POINTS  PLAYED   (%)    W    D    L   D(%)  OppAvg  OppN
   1 Hubble 3.1.bin (Eman 8.40)    :       0     33   120.0     240  50.0    0  240    0  100.0       0     1
   2 learning.bin (Eman 8.40)      :       0   ----   120.0     240  50.0    0  240    0  100.0       0     1

White advantage = 0.00 +/- 15.40
Draw rate (equal opponents) = 50.00 % +/- 0.00

Code: Select all

   # PLAYER                        :  RATING  ERROR  POINTS  PLAYED   (%)    W    D    L   D(%)  OppAvg  OppN
   1 MANTIS-DH1.bin (Eman 8.40)    :       0     33   120.0     240  50.0    0  240    0  100.0       0     1
   2 learning.bin (Eman 8.40)      :       0   ----   120.0     240  50.0    0  240    0  100.0       0     1

White advantage = 0.00 +/- 15.40
Draw rate (equal opponents) = 50.00 % +/- 0.00

TC 3m+2s, 40 threads against Nodchip's last release of Stockfish without net (before NNUE era)

Code: Select all

   # PLAYER                           :  RATING  ERROR  POINTS  PLAYED   (%)    W    D    L  D(%)  OppAvg  OppN
   1 20T Eman 8.40 learning.bin       :     239     45   152.5     200  76.3  105   95    0  47.5       0     1
   2 20T Eman 8.40 nn-ad9b42354671    :     233     48   151.5     200  75.8  104   95    1  47.5       0     1
   3 20T Stockfish 190720 NO-NNUE     :       0   ----    96.0     400  24.0    1  190  209  47.5     236     2

White advantage = 150.56 +/- 17.00
Draw rate (equal opponents) = 50.00 % +/- 0.00

User avatar
botunnet
Posts: 42
Joined: Sun Jun 25, 2023 3:30 pm
Real Name: botunnet
Location: Hrvatska Republika
Contact:

Re: learning.bin : book check

Post by botunnet » Wed Jul 05, 2023 10:34 am

Image

Christophe JEAN's "D.C.S. Book 040723" polyglot bin book is private.
DeeDs "Cumulated" polyglot bin book is available since July 24, 2021.

Post Reply