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

modifying 'check if node_limit was initialized' to not fail if node_limit was set to 0, moving 'set node_limit to 4000000000 if it wasnt initialized' from stopper.h to common.cc #2056

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2024

  1. fixing issue LeelaChessZero#2003

    -node_limit is set to 4000000000 in the case that params.nodes is not initialized. 
    -node_limit is set to params.nodes if params.nodes is initialized as 0 or another int as value
    KarlKfoury committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b4bf17f View commit details
    Browse the repository at this point in the history
  2. fixing issue LeelaChessZero#2003

    node_limits value now follows the value passed to the stopper in common.cc (= 4000000000 if params.nodes was not initialized, = params.nodes if params.nodes was initialized to an int, 0 included)
    KarlKfoury committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3171d02 View commit details
    Browse the repository at this point in the history