Skip to content

Generates chess opening books in polyglot format using imported PGN games and UCI engine analysis

Notifications You must be signed in to change notification settings

jjoshua2/Polyglot-Book-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Polyglot-Book-Gen

Generates chess opening books in polyglot format using imported PGN games and UCI engine analysis

Edit engineLocation = "C:\Stockfish_16090309_520_x64_modern_BYO_RW" to be your UCI engine of choice.

Edit engine.setoption({"Hash": 2048, "Threads": 4, "SyzygyPath": "C:\TB;E:\TB\wdl;E:\TB\dtz"}) with your engines's options.

Edit E:\pgn*.pgn to be your pgn folder of hundreds or tens of thousands of strong games, depending on how big of a book, and how long you want it to think.

Edit fixedDepth = 27 for how deep you want each move searched.

Run with python create.py

About

Generates chess opening books in polyglot format using imported PGN games and UCI engine analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages