File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-----------------------------------------------------------------------------------
Original file line number Diff line number Diff 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# ===========================================================================
You can’t perform that action at this time.
0 commit comments