]> git.sesse.net Git - stockfish/commitdiff
Retire Polyglot Book management
authorMarco Costalba <mcostalba@gmail.com>
Sun, 1 Jun 2014 13:29:34 +0000 (15:29 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 1 Jun 2014 13:29:34 +0000 (15:29 +0200)
Book handling belongs to GUI, we kept this code
for historical reasons, but nowdays there is
really no need of this old, (mostly) unused
and especially incorrect designed functionality.

It is up to the GUI to choose the book (far easier for
the user) and to select the book parameters. In no
place, including fishtest, TCEC, rating lists, etc.
the "own book" is used, moreover currently SF is
released without any book and even if in the future we
bundle a book in the release package, it will be the GUI
that will take care of it.

This corrects a wrong design decision that Galurung
and later Stockfish inherited from what was common
practice many yeas ago.

No functional change.


No differences found