Skip to content

Commit a043874

Browse files
committed
Version 1.15.2 and minor further tweaks to config
1 parent e05d978 commit a043874

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+67
-66
lines changed

cpp/configs/gtp_human9d_search_example.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ resignMinMovesPerBoardArea = 0.40
4444
# This is due to the strong bias of the human SL network.
4545
# You can reduce this number if you are on weaker hardware. It may reduce strength a bit but will still
4646
# provide a huge strength boost over using the humanSL network alone as in gtp_human5k_example.cfg
47-
maxVisits = 800 # 40 in gtp_human5k_example.cfg.
47+
maxVisits = 400 # 40 in gtp_human5k_example.cfg.
4848

4949
# Having more than one thread speeds up search when visits are larger.
50-
numSearchThreads = 4 # 1 in gtp_human5k_example.cfg.
50+
# Make sure the number of threads is much smaller than the number of visits, however.
51+
numSearchThreads = 8 # 1 in gtp_human5k_example.cfg.
5152
lagBuffer = 1.0
5253

5354
# Rough scale in seconds to randomly delay moving, so as not to respond instantly.

cpp/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ int main(int argc, const char* const* argv) {
208208

209209

210210
string Version::getKataGoVersion() {
211-
return string("1.15.1");
211+
return string("1.15.2");
212212
}
213213

214214
string Version::getKataGoVersionForHelp() {
215-
return string("KataGo v1.15.1");
215+
return string("KataGo v1.15.2");
216216
}
217217

218218
string Version::getKataGoVersionFullInfo() {

cpp/tests/results/analysis/badoverride.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/badoverride.txt.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic.txt.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic_sidetomove.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic_sidetomove.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/humansl_sidetomove.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rootSymmetryPruning = false
2323
trtUseFP16 = false
2424

2525
: Analysis Engine starting...
26-
: KataGo v1.15.1
26+
: KataGo v1.15.2
2727
: nnRandSeed0 = analysisTest
2828
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2929
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/pvvisits.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.1
25+
: KataGo v1.15.2
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

0 commit comments

Comments
 (0)