Skip to content

Commit

Permalink
Add enablePassingHacks to configs where it is on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Feb 18, 2023
1 parent 0bbfbf7 commit 19128a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/configs/analysis_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ nnRandomize = true
# Uncomment to set to a specific value. A small value like 0.005 should produce already a noticeable behavior change.
# avoidRepeatedPatternUtility = 0.0

# Enable some hacks that mitigate rare instances when passing messes up deeper searches.
# enablePassingHacks = true

# Root move selection and biases------------------------------------------------------------------------------
# Uncomment and edit any of the below values to change them from their default.
Expand Down
3 changes: 3 additions & 0 deletions cpp/configs/gtp_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ resignConsecTurns = 3
# By default: true when playing via GTP, but false when analyzing.
# antiMirror = true

# Enable some hacks that mitigate rare instances when passing messes up deeper searches.
# enablePassingHacks = true

# ===========================================================================
# Search limits
# ===========================================================================
Expand Down

0 comments on commit 19128a7

Please sign in to comment.