From cd0ed6c0712088ddb901be68189ba7fa1439a9e7 Mon Sep 17 00:00:00 2001 From: David Wu Date: Mon, 5 Aug 2024 21:14:24 -0400 Subject: [PATCH] Version 1.15.3 --- cpp/main.cpp | 4 ++-- cpp/tests/results/analysis/badoverride.txt.log | 2 +- cpp/tests/results/analysis/badoverride.txt.stderr | 2 +- cpp/tests/results/analysis/basic.txt.log | 2 +- cpp/tests/results/analysis/basic.txt.stderr | 2 +- cpp/tests/results/analysis/basic_sidetomove.stderr | 2 +- cpp/tests/results/analysis/basic_sidetomove.txt.log | 2 +- cpp/tests/results/analysis/humansl_sidetomove.stderr | 2 +- cpp/tests/results/analysis/pvvisits.txt.log | 2 +- cpp/tests/results/analysis/pvvisits.txt.stderr | 2 +- cpp/tests/results/analysis/pvvisits_nograph.stderr | 2 +- cpp/tests/results/analysis/pvvisits_nograph.txt.log | 2 +- cpp/tests/results/analysis/symmetry.txt.log | 2 +- cpp/tests/results/analysis/symmetry.txt.stderr | 2 +- cpp/tests/results/analysis/symmetry_with_pruning.stderr | 2 +- cpp/tests/results/analysis/symmetry_with_pruning.txt.log | 2 +- cpp/tests/results/gtp/avoidcorners.log | 2 +- cpp/tests/results/gtp/avoidcorners.stderr | 2 +- cpp/tests/results/gtp/basic.txt.log | 2 +- cpp/tests/results/gtp/basic.txt.stderr | 2 +- cpp/tests/results/gtp/defaultkomibutton.log | 2 +- cpp/tests/results/gtp/defaultkomibutton.stderr | 2 +- cpp/tests/results/gtp/defaultkomiterr.log | 2 +- cpp/tests/results/gtp/defaultkomiterr.stderr | 2 +- cpp/tests/results/gtp/defaultkomitt.log | 2 +- cpp/tests/results/gtp/defaultkomitt.stderr | 2 +- cpp/tests/results/gtp/ending.txt.log | 2 +- cpp/tests/results/gtp/ending.txt.stderr | 2 +- cpp/tests/results/gtp/forcedkomi.log | 2 +- cpp/tests/results/gtp/forcedkomi.stderr | 2 +- cpp/tests/results/gtp/genmoveanalyze.log | 2 +- cpp/tests/results/gtp/genmoveanalyze.stderr | 2 +- cpp/tests/results/gtp/handicap.txt.log | 2 +- cpp/tests/results/gtp/handicap.txt.stderr | 2 +- cpp/tests/results/gtp/humansl.log | 2 +- cpp/tests/results/gtp/humansl.stderr | 2 +- cpp/tests/results/gtp/humansl2.stderr | 2 +- cpp/tests/results/gtp/misc.txt.log | 4 ++-- cpp/tests/results/gtp/misc.txt.stderr | 2 +- cpp/tests/results/gtp/misc.txt.stdout | 2 +- cpp/tests/results/gtp/nologconfig.log | 2 +- cpp/tests/results/gtp/nologconfig.stderr | 2 +- cpp/tests/results/gtp/printsgf.txt.log | 2 +- cpp/tests/results/gtp/printsgf.txt.stderr | 2 +- cpp/tests/results/gtp/printsgffinalscore.txt.log | 2 +- cpp/tests/results/gtp/printsgffinalscore.txt.stderr | 2 +- cpp/tests/results/gtp/rawnn.txt.log | 2 +- cpp/tests/results/gtp/rawnn.txt.stderr | 2 +- cpp/tests/results/gtp/rootsymprune.log | 2 +- cpp/tests/results/gtp/rootsymprune.stderr | 2 +- cpp/tests/results/gtp/rules.txt.log | 2 +- cpp/tests/results/gtp/rules.txt.stderr | 2 +- cpp/tests/results/gtp/searchcancellable.log | 2 +- cpp/tests/results/gtp/searchcancellable.stderr | 2 +- cpp/tests/results/gtp/set_boardsize_twice.txt.log | 2 +- cpp/tests/results/gtp/set_boardsize_twice.txt.stderr | 2 +- cpp/tests/results/gtp/set_position.txt.log | 2 +- cpp/tests/results/gtp/set_position.txt.stderr | 2 +- cpp/tests/results/gtp/setparams.txt.log | 2 +- cpp/tests/results/gtp/setparams.txt.stderr | 2 +- cpp/tests/results/gtp/time.txt.log | 2 +- cpp/tests/results/gtp/time.txt.stderr | 2 +- 62 files changed, 64 insertions(+), 64 deletions(-) diff --git a/cpp/main.cpp b/cpp/main.cpp index 5d2876aaa..d570ce77e 100644 --- a/cpp/main.cpp +++ b/cpp/main.cpp @@ -208,11 +208,11 @@ int main(int argc, const char* const* argv) { string Version::getKataGoVersion() { - return string("1.15.2"); + return string("1.15.3"); } string Version::getKataGoVersionForHelp() { - return string("KataGo v1.15.2"); + return string("KataGo v1.15.3"); } string Version::getKataGoVersionFullInfo() { diff --git a/cpp/tests/results/analysis/badoverride.txt.log b/cpp/tests/results/analysis/badoverride.txt.log index 4a636dca6..5ad278280 100644 --- a/cpp/tests/results/analysis/badoverride.txt.log +++ b/cpp/tests/results/analysis/badoverride.txt.log @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/badoverride.txt.stderr b/cpp/tests/results/analysis/badoverride.txt.stderr index 4a636dca6..5ad278280 100644 --- a/cpp/tests/results/analysis/badoverride.txt.stderr +++ b/cpp/tests/results/analysis/badoverride.txt.stderr @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/basic.txt.log b/cpp/tests/results/analysis/basic.txt.log index a22b8bb9f..fbd68e143 100644 --- a/cpp/tests/results/analysis/basic.txt.log +++ b/cpp/tests/results/analysis/basic.txt.log @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/basic.txt.stderr b/cpp/tests/results/analysis/basic.txt.stderr index a22b8bb9f..fbd68e143 100644 --- a/cpp/tests/results/analysis/basic.txt.stderr +++ b/cpp/tests/results/analysis/basic.txt.stderr @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/basic_sidetomove.stderr b/cpp/tests/results/analysis/basic_sidetomove.stderr index 82949d12b..488defee8 100644 --- a/cpp/tests/results/analysis/basic_sidetomove.stderr +++ b/cpp/tests/results/analysis/basic_sidetomove.stderr @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/basic_sidetomove.txt.log b/cpp/tests/results/analysis/basic_sidetomove.txt.log index 82949d12b..488defee8 100644 --- a/cpp/tests/results/analysis/basic_sidetomove.txt.log +++ b/cpp/tests/results/analysis/basic_sidetomove.txt.log @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/humansl_sidetomove.stderr b/cpp/tests/results/analysis/humansl_sidetomove.stderr index a905f4263..285ca1c1f 100644 --- a/cpp/tests/results/analysis/humansl_sidetomove.stderr +++ b/cpp/tests/results/analysis/humansl_sidetomove.stderr @@ -23,7 +23,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/pvvisits.txt.log b/cpp/tests/results/analysis/pvvisits.txt.log index b111ed02c..cb4e43c39 100644 --- a/cpp/tests/results/analysis/pvvisits.txt.log +++ b/cpp/tests/results/analysis/pvvisits.txt.log @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/pvvisits.txt.stderr b/cpp/tests/results/analysis/pvvisits.txt.stderr index b111ed02c..cb4e43c39 100644 --- a/cpp/tests/results/analysis/pvvisits.txt.stderr +++ b/cpp/tests/results/analysis/pvvisits.txt.stderr @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/pvvisits_nograph.stderr b/cpp/tests/results/analysis/pvvisits_nograph.stderr index 0d9a19222..b02ff21db 100644 --- a/cpp/tests/results/analysis/pvvisits_nograph.stderr +++ b/cpp/tests/results/analysis/pvvisits_nograph.stderr @@ -22,7 +22,7 @@ trtUseFP16 = false useGraphSearch = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/pvvisits_nograph.txt.log b/cpp/tests/results/analysis/pvvisits_nograph.txt.log index 0d9a19222..b02ff21db 100644 --- a/cpp/tests/results/analysis/pvvisits_nograph.txt.log +++ b/cpp/tests/results/analysis/pvvisits_nograph.txt.log @@ -22,7 +22,7 @@ trtUseFP16 = false useGraphSearch = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/symmetry.txt.log b/cpp/tests/results/analysis/symmetry.txt.log index 217f03c04..bebf838a6 100644 --- a/cpp/tests/results/analysis/symmetry.txt.log +++ b/cpp/tests/results/analysis/symmetry.txt.log @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/symmetry.txt.stderr b/cpp/tests/results/analysis/symmetry.txt.stderr index 217f03c04..bebf838a6 100644 --- a/cpp/tests/results/analysis/symmetry.txt.stderr +++ b/cpp/tests/results/analysis/symmetry.txt.stderr @@ -22,7 +22,7 @@ rootSymmetryPruning = false trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/symmetry_with_pruning.stderr b/cpp/tests/results/analysis/symmetry_with_pruning.stderr index 4d361d42b..8712c251d 100644 --- a/cpp/tests/results/analysis/symmetry_with_pruning.stderr +++ b/cpp/tests/results/analysis/symmetry_with_pruning.stderr @@ -22,7 +22,7 @@ rootSymmetryPruning = true trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/analysis/symmetry_with_pruning.txt.log b/cpp/tests/results/analysis/symmetry_with_pruning.txt.log index 4d361d42b..8712c251d 100644 --- a/cpp/tests/results/analysis/symmetry_with_pruning.txt.log +++ b/cpp/tests/results/analysis/symmetry_with_pruning.txt.log @@ -22,7 +22,7 @@ rootSymmetryPruning = true trtUseFP16 = false : Analysis Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : nnRandSeed0 = analysisTest : After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false : Initializing neural net buffer to be size 19 * 19 allowing smaller boards diff --git a/cpp/tests/results/gtp/avoidcorners.log b/cpp/tests/results/gtp/avoidcorners.log index 641f1088c..977347a45 100644 --- a/cpp/tests/results/gtp/avoidcorners.log +++ b/cpp/tests/results/gtp/avoidcorners.log @@ -37,7 +37,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : Added 48 shapes to penalize repeats for bot 0 from tests/data/cornermoves.sgf diff --git a/cpp/tests/results/gtp/avoidcorners.stderr b/cpp/tests/results/gtp/avoidcorners.stderr index aa756e214..a338ba765 100644 --- a/cpp/tests/results/gtp/avoidcorners.stderr +++ b/cpp/tests/results/gtp/avoidcorners.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/basic.txt.log b/cpp/tests/results/gtp/basic.txt.log index 365c947b0..ef91e3272 100644 --- a/cpp/tests/results/gtp/basic.txt.log +++ b/cpp/tests/results/gtp/basic.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/basic.txt.stderr b/cpp/tests/results/gtp/basic.txt.stderr index 286afe883..48bb274f6 100644 --- a/cpp/tests/results/gtp/basic.txt.stderr +++ b/cpp/tests/results/gtp/basic.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/defaultkomibutton.log b/cpp/tests/results/gtp/defaultkomibutton.log index 4fc8a7d0a..cce3284dc 100644 --- a/cpp/tests/results/gtp/defaultkomibutton.log +++ b/cpp/tests/results/gtp/defaultkomibutton.log @@ -34,7 +34,7 @@ taxRule = NONE trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/defaultkomibutton.stderr b/cpp/tests/results/gtp/defaultkomibutton.stderr index 7256a1909..17b110fcd 100644 --- a/cpp/tests/results/gtp/defaultkomibutton.stderr +++ b/cpp/tests/results/gtp/defaultkomibutton.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/defaultkomiterr.log b/cpp/tests/results/gtp/defaultkomiterr.log index 19f1f9217..824a9079c 100644 --- a/cpp/tests/results/gtp/defaultkomiterr.log +++ b/cpp/tests/results/gtp/defaultkomiterr.log @@ -34,7 +34,7 @@ taxRule = NONE trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using koPOSITIONALscoreTERRITORYtaxNONEsui0 rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/defaultkomiterr.stderr b/cpp/tests/results/gtp/defaultkomiterr.stderr index 2747c4efc..22e11c463 100644 --- a/cpp/tests/results/gtp/defaultkomiterr.stderr +++ b/cpp/tests/results/gtp/defaultkomiterr.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using koPOSITIONALscoreTERRITORYtaxNONEsui0 rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/defaultkomitt.log b/cpp/tests/results/gtp/defaultkomitt.log index a79829c83..e9dd5340a 100644 --- a/cpp/tests/results/gtp/defaultkomitt.log +++ b/cpp/tests/results/gtp/defaultkomitt.log @@ -34,7 +34,7 @@ taxRule = NONE trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using koPOSITIONALscoreAREAtaxNONEsui0 rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/defaultkomitt.stderr b/cpp/tests/results/gtp/defaultkomitt.stderr index 0f299501a..f01f82ce4 100644 --- a/cpp/tests/results/gtp/defaultkomitt.stderr +++ b/cpp/tests/results/gtp/defaultkomitt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using koPOSITIONALscoreAREAtaxNONEsui0 rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/ending.txt.log b/cpp/tests/results/gtp/ending.txt.log index bb3c62a98..e0e2d7771 100644 --- a/cpp/tests/results/gtp/ending.txt.log +++ b/cpp/tests/results/gtp/ending.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/ending.txt.stderr b/cpp/tests/results/gtp/ending.txt.stderr index be4f89ff8..f231f1864 100644 --- a/cpp/tests/results/gtp/ending.txt.stderr +++ b/cpp/tests/results/gtp/ending.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/forcedkomi.log b/cpp/tests/results/gtp/forcedkomi.log index 4048839a9..055e76dc1 100644 --- a/cpp/tests/results/gtp/forcedkomi.log +++ b/cpp/tests/results/gtp/forcedkomi.log @@ -35,7 +35,7 @@ taxRule = NONE trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/forcedkomi.stderr b/cpp/tests/results/gtp/forcedkomi.stderr index ae40a1b5b..6d4852260 100644 --- a/cpp/tests/results/gtp/forcedkomi.stderr +++ b/cpp/tests/results/gtp/forcedkomi.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/genmoveanalyze.log b/cpp/tests/results/gtp/genmoveanalyze.log index 16844a9c0..29206ec63 100644 --- a/cpp/tests/results/gtp/genmoveanalyze.log +++ b/cpp/tests/results/gtp/genmoveanalyze.log @@ -1,5 +1,5 @@ : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/genmoveanalyze.stderr b/cpp/tests/results/gtp/genmoveanalyze.stderr index 4a9002119..24b9eb86f 100644 --- a/cpp/tests/results/gtp/genmoveanalyze.stderr +++ b/cpp/tests/results/gtp/genmoveanalyze.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 9 boardYSize 9 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/handicap.txt.log b/cpp/tests/results/gtp/handicap.txt.log index 5d24b3253..debbb08df 100644 --- a/cpp/tests/results/gtp/handicap.txt.log +++ b/cpp/tests/results/gtp/handicap.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/handicap.txt.stderr b/cpp/tests/results/gtp/handicap.txt.stderr index aeb98fdce..6a723c88d 100644 --- a/cpp/tests/results/gtp/handicap.txt.stderr +++ b/cpp/tests/results/gtp/handicap.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/humansl.log b/cpp/tests/results/gtp/humansl.log index 558e67137..4d54167f2 100644 --- a/cpp/tests/results/gtp/humansl.log +++ b/cpp/tests/results/gtp/humansl.log @@ -1,5 +1,5 @@ : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using Japanese rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/humansl.stderr b/cpp/tests/results/gtp/humansl.stderr index f40a38f31..28b47445b 100644 --- a/cpp/tests/results/gtp/humansl.stderr +++ b/cpp/tests/results/gtp/humansl.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using Japanese rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_human5k_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/humansl2.stderr b/cpp/tests/results/gtp/humansl2.stderr index 37743e94d..6c3180df7 100644 --- a/cpp/tests/results/gtp/humansl2.stderr +++ b/cpp/tests/results/gtp/humansl2.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using Japanese rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_human5k_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/misc.txt.log b/cpp/tests/results/gtp/misc.txt.log index fd31be4e0..010b53c7b 100644 --- a/cpp/tests/results/gtp/misc.txt.log +++ b/cpp/tests/results/gtp/misc.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting @@ -71,7 +71,7 @@ trtUseFP16 = false : Controller: get_komi : = -23 : Controller: version -: = 1.15.2+g170-b6c96-s175M +: = 1.15.3+g170-b6c96-s175M : Controller: kata-get-models : = [{"internalName":"g170-b6c96-s175395328-d26788732","maxBatchSize":8,"name":"tests/models/g170-b6c96-s175395328-d26788732.bin.gz","usesHumanSLProfile":false,"usingFP16":"false","version":8}] : Controller: kata-set-param humanSLProfile rank_10k diff --git a/cpp/tests/results/gtp/misc.txt.stderr b/cpp/tests/results/gtp/misc.txt.stderr index e0ffcbc01..453991620 100644 --- a/cpp/tests/results/gtp/misc.txt.stderr +++ b/cpp/tests/results/gtp/misc.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/misc.txt.stdout b/cpp/tests/results/gtp/misc.txt.stdout index 3184ac046..6ea2390d0 100644 --- a/cpp/tests/results/gtp/misc.txt.stdout +++ b/cpp/tests/results/gtp/misc.txt.stdout @@ -8,7 +8,7 @@ = -23 -= 1.15.2+g170-b6c96-s175M += 1.15.3+g170-b6c96-s175M = [{"internalName":"g170-b6c96-s175395328-d26788732","maxBatchSize":8,"name":"tests/models/g170-b6c96-s175395328-d26788732.bin.gz","usesHumanSLProfile":false,"usingFP16":"false","version":8}] diff --git a/cpp/tests/results/gtp/nologconfig.log b/cpp/tests/results/gtp/nologconfig.log index c509cb066..18f0fc3b1 100644 --- a/cpp/tests/results/gtp/nologconfig.log +++ b/cpp/tests/results/gtp/nologconfig.log @@ -1,5 +1,5 @@ : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/nologconfig.stderr b/cpp/tests/results/gtp/nologconfig.stderr index 9b4c95e7b..b8c8150e3 100644 --- a/cpp/tests/results/gtp/nologconfig.stderr +++ b/cpp/tests/results/gtp/nologconfig.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/printsgf.txt.log b/cpp/tests/results/gtp/printsgf.txt.log index 493826652..99e47bbc5 100644 --- a/cpp/tests/results/gtp/printsgf.txt.log +++ b/cpp/tests/results/gtp/printsgf.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/printsgf.txt.stderr b/cpp/tests/results/gtp/printsgf.txt.stderr index 42b2a5abf..20f3062fa 100644 --- a/cpp/tests/results/gtp/printsgf.txt.stderr +++ b/cpp/tests/results/gtp/printsgf.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/printsgffinalscore.txt.log b/cpp/tests/results/gtp/printsgffinalscore.txt.log index 68c1ff816..13104bfd4 100644 --- a/cpp/tests/results/gtp/printsgffinalscore.txt.log +++ b/cpp/tests/results/gtp/printsgffinalscore.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/printsgffinalscore.txt.stderr b/cpp/tests/results/gtp/printsgffinalscore.txt.stderr index 3c956eb31..5a6db9c15 100644 --- a/cpp/tests/results/gtp/printsgffinalscore.txt.stderr +++ b/cpp/tests/results/gtp/printsgffinalscore.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/rawnn.txt.log b/cpp/tests/results/gtp/rawnn.txt.log index f012e390e..107b96bd5 100644 --- a/cpp/tests/results/gtp/rawnn.txt.log +++ b/cpp/tests/results/gtp/rawnn.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/rawnn.txt.stderr b/cpp/tests/results/gtp/rawnn.txt.stderr index 4292b179b..d77bc262d 100644 --- a/cpp/tests/results/gtp/rawnn.txt.stderr +++ b/cpp/tests/results/gtp/rawnn.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/rootsymprune.log b/cpp/tests/results/gtp/rootsymprune.log index 4e6b7041f..20b47d270 100644 --- a/cpp/tests/results/gtp/rootsymprune.log +++ b/cpp/tests/results/gtp/rootsymprune.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/rootsymprune.stderr b/cpp/tests/results/gtp/rootsymprune.stderr index aa9eb1b4c..abf99aa9f 100644 --- a/cpp/tests/results/gtp/rootsymprune.stderr +++ b/cpp/tests/results/gtp/rootsymprune.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/rules.txt.log b/cpp/tests/results/gtp/rules.txt.log index 6feec3ea1..ece42f342 100644 --- a/cpp/tests/results/gtp/rules.txt.log +++ b/cpp/tests/results/gtp/rules.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/rules.txt.stderr b/cpp/tests/results/gtp/rules.txt.stderr index a1edb6f3b..ea8a78b4a 100644 --- a/cpp/tests/results/gtp/rules.txt.stderr +++ b/cpp/tests/results/gtp/rules.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/searchcancellable.log b/cpp/tests/results/gtp/searchcancellable.log index 430401fec..348a2d21f 100644 --- a/cpp/tests/results/gtp/searchcancellable.log +++ b/cpp/tests/results/gtp/searchcancellable.log @@ -1,5 +1,5 @@ : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/searchcancellable.stderr b/cpp/tests/results/gtp/searchcancellable.stderr index 4a9002119..24b9eb86f 100644 --- a/cpp/tests/results/gtp/searchcancellable.stderr +++ b/cpp/tests/results/gtp/searchcancellable.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 9 boardYSize 9 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/set_boardsize_twice.txt.log b/cpp/tests/results/gtp/set_boardsize_twice.txt.log index 2be0da858..72e28d1c5 100644 --- a/cpp/tests/results/gtp/set_boardsize_twice.txt.log +++ b/cpp/tests/results/gtp/set_boardsize_twice.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/set_boardsize_twice.txt.stderr b/cpp/tests/results/gtp/set_boardsize_twice.txt.stderr index 8c0233b63..ddbd0025d 100644 --- a/cpp/tests/results/gtp/set_boardsize_twice.txt.stderr +++ b/cpp/tests/results/gtp/set_boardsize_twice.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/set_position.txt.log b/cpp/tests/results/gtp/set_position.txt.log index 665de6ee2..68aa4a476 100644 --- a/cpp/tests/results/gtp/set_position.txt.log +++ b/cpp/tests/results/gtp/set_position.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/set_position.txt.stderr b/cpp/tests/results/gtp/set_position.txt.stderr index a8fa862f0..d65acf869 100644 --- a/cpp/tests/results/gtp/set_position.txt.stderr +++ b/cpp/tests/results/gtp/set_position.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/setparams.txt.log b/cpp/tests/results/gtp/setparams.txt.log index 06762b4f5..f35076826 100644 --- a/cpp/tests/results/gtp/setparams.txt.log +++ b/cpp/tests/results/gtp/setparams.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/setparams.txt.stderr b/cpp/tests/results/gtp/setparams.txt.stderr index f52a1b4dd..33c53dc44 100644 --- a/cpp/tests/results/gtp/setparams.txt.stderr +++ b/cpp/tests/results/gtp/setparams.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides diff --git a/cpp/tests/results/gtp/time.txt.log b/cpp/tests/results/gtp/time.txt.log index 59fa56189..7055c571b 100644 --- a/cpp/tests/results/gtp/time.txt.log +++ b/cpp/tests/results/gtp/time.txt.log @@ -30,7 +30,7 @@ searchRandSeed = forTesting trtUseFP16 = false : GTP Engine starting... -: KataGo v1.15.2 +: KataGo v1.15.3 : Using TrompTaylor rules initially, unless GTP/GUI overrides this : Using 1 CPU thread(s) for search : nnRandSeed0 = forTesting diff --git a/cpp/tests/results/gtp/time.txt.stderr b/cpp/tests/results/gtp/time.txt.stderr index e0ffcbc01..453991620 100644 --- a/cpp/tests/results/gtp/time.txt.stderr +++ b/cpp/tests/results/gtp/time.txt.stderr @@ -1,4 +1,4 @@ -KataGo v1.15.2 +KataGo v1.15.3 Using TrompTaylor rules initially, unless GTP/GUI overrides this Initializing board with boardXSize 19 boardYSize 19 Loaded config configs/gtp_example.cfg and/or command-line and query overrides