So, you've changed the default 2xW + D for Polyglot?phhnguyen wrote: ↑Sat Mar 28, 2020 2:47 amWhen creating a Polyglot book, we need to compute and assign a score for each move in the book. The popular method is to count numbers of game wins, draws and losses of that move then sum up them with their factors.
score_of_a_move = win x win_factor + draw x draw_factor + loss x loss_factor
For default factors of BSG, win_factor = 5, draw_factor = 0, loss_factor = 0 means we use only win number as the score: more wins is better. However, BSG allows users to control all factors too. All scores of a given opening book could be edited manually later. All may help to create scores as users want.

That screen-capture looks really good, what's the number to the right of the moves? Games?