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

Certainty propagation negabound #1

Open
wants to merge 25 commits into
base: certainty-propagation-negabound
Choose a base branch
from

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    bb1a730 View commit details
    Browse the repository at this point in the history
  2. Make engine controller track move start time in ways which more close…

    …ly match how UCI hosts measure time. (LeelaChessZero#427)
    Tilps authored and mooskagh committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    daa4ef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Make hiding options possible (LeelaChessZero#429)

    * Allow hiding options from help and UCI
    
    * hide time curve options
    
    * add (hidden) --show-hidden option
    borg323 authored Oct 22, 2018
    Configuration menu
    Copy the full SHA
    462afaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    590cc0c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. More accurate search timing. (LeelaChessZero#450)

    * add search_deadline to use instead of time_ms (
    
    * time_ms renamed to movetime
    
    * change nps estimation for smart pruning
    borg323 authored Oct 24, 2018
    Configuration menu
    Copy the full SHA
    e63b6f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Configuration menu
    Copy the full SHA
    954635a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5b16c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Configuration menu
    Copy the full SHA
    a2d710e View commit details
    Browse the repository at this point in the history
  2. Support <stderr> as special name of a logfile. (LeelaChessZero#443)

    * Implement better logging.
    
    * Support <stderr> as special name of a logfile.
    Also increase move overhead limit to ~27 hours to support playing by
    fax.
    
    * Also output buffer when using stderr.
    mooskagh authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    f7fccb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e14df0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4340b2 View commit details
    Browse the repository at this point in the history
  5. Prevent search from overflowing by setting limits.visits to 4B by def…

    …ault. (LeelaChessZero#472)
    
    * Prevent search from overflowing by setting limits.visits to 4B by default.
    Also while `go infinite` never responds bestmove by itself, it still stops search when reaches the limit.
    E.g. it's possible to do `go nodes 100000 infinite` now. (Not sure whether useful, but just a side effect)
    
    * Output warning when search doesn't make progress and not allowed to respond bestmove.
    mooskagh authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    0c952f0 View commit details
    Browse the repository at this point in the history
  6. Update help. (LeelaChessZero#470)

    * Update help.
    From https://docs.google.com/spreadsheets/d/1R8tgbnV5MGUhLqS-e2Qy5yx2-9E0ZuaYxbLXuIc8xso/edit#gid=0
    
    * Forgot to delete commented line.
    
    * Addressed review comments.
    mooskagh authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    178979a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    518131d View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    d874a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4047424 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. More logging (LeelaChessZero#473)

    * Make most of std::cerr outputs also get into the log.
    
    * More logging.
    
    * More timer logging.
    
    * Do not use suffixes.
    
    * Build fix for older VS.
    mooskagh authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    407be4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d644172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc9d48a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Implement RAM limit. (LeelaChessZero#479)

    * Implement RAM limit.
    
    * Add RAM limit related logging.
    
    * Address review comments.
    mooskagh authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    3d50fd4 View commit details
    Browse the repository at this point in the history
  2. add benchmark mode (LeelaChessZero#357)

    * add benchmark mode
    
    * minor network load refactoring change
    borg323 authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    6544b08 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. remove movetime from limits (LeelaChessZero#463)

    * remove movetime from limits
    
    * print search_deadline in SearchLimits::DebugString()
    borg323 authored Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5304b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0513e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76ec079 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Merge commit '76ec07962642c5faa206b0995131388a8ea5495a' into certaint…

    …y-propagation-negabound
    borg323 committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    ecac307 View commit details
    Browse the repository at this point in the history