Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce opening book support #1883

Closed
wants to merge 3 commits into from

Commits on Dec 19, 2018

  1. Introduce opening book support

    My study have shown that it does no harm to use an opening book instead of a search, while the latter being largely deterministic.
    
    This is a primitive version, using a PolyGlot-like book format but with our own Zobrist hash keys, so the probing might be cheap enough to be used elsewhere in search.
    
    The burden is on the creation of the book to provide more diversity to the openings and cover some corner cases, which is another area of research.
    
    No functional changes without a book.
    noobpwnftw committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    2b34be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6896a View commit details
    Browse the repository at this point in the history
  3. Try to make CI happy.

    noobpwnftw committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ec7150d View commit details
    Browse the repository at this point in the history