Skip to content

Commit 4b8de63

Browse files
committed
Fix eval cache wrong parameter name
1 parent dac071f commit 4b8de63

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cpp/configs/analysis_example.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ reportAnalysisWinratesAs = BLACK
6868
# documented at https://lightvector.github.io/KataGo/rules.html
6969
# preventCleanupPhase = true
7070

71-
# Experimental feature - enableEvalCache is false by default in v1.16.4,
71+
# Experimental feature - useEvalCache is false by default in v1.16.4,
7272
# may become true by default in later versions.
7373
# If set to true, will remember the evaluations of any node that got
7474
# at least evalCacheMinVisits many visits, and on future searches
@@ -77,7 +77,7 @@ reportAnalysisWinratesAs = BLACK
7777
# In particular, if you are interactively analyzing and help KataGo solve
7878
# a blind spot by playing down a variation with it, it can remember and
7979
# become more capable of solving that variation from earlier as well.
80-
# enableEvalCache = false
80+
# useEvalCache = false
8181
# evalCacheMinVisits = 100
8282

8383
# Search limits-----------------------------------------------------------------------------------

cpp/configs/gtp_example.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ resignConsecTurns = 3
276276
# choose the moves to reach.
277277
# ignorePreRootHistory = false
278278

279-
# Experimental feature - enableEvalCache is false by default in v1.16.4,
279+
# Experimental feature - useEvalCache is false by default in v1.16.4,
280280
# may become true by default in later versions.
281281
# If set to true, will remember the evaluations of any node that got
282282
# at least evalCacheMinVisits many visits, and on future searches
@@ -285,7 +285,7 @@ resignConsecTurns = 3
285285
# In particular, if you are interactively analyzing and help KataGo solve
286286
# a blind spot by playing down a variation with it, it can remember and
287287
# become more capable of solving that variation from earlier as well.
288-
# enableEvalCache = false
288+
# useEvalCache = false
289289
# evalCacheMinVisits = 100
290290

291291
# ===========================================================================

0 commit comments

Comments
 (0)