-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathanalysis_config.cfg.combo-cpu
More file actions
31 lines (25 loc) · 1.02 KB
/
Copy pathanalysis_config.cfg.combo-cpu
File metadata and controls
31 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# KataGo Analysis Engine Configuration - Combo CPU (standard + human model)
# For use with "katago analysis" command with both standard and human models
# The standard model is used for analysis by default
# Human model can be activated per-request via overrideSettings with humanSLProfile
# Logging
logDir = analysis_logs
logSearchInfo = false
logAllRequests = false
logAllResponses = false
# Analysis behavior
reportAnalysisWinratesAs = SIDETOMOVE
# Threading configuration for CPU
# numAnalysisThreads: number of positions to analyze in parallel
# numSearchThreadsPerAnalysisThread: threads per position search
# Total active threads = numAnalysisThreads * numSearchThreadsPerAnalysisThread
# Conservative settings for CPU-only deployment
numAnalysisThreads = 1
numSearchThreadsPerAnalysisThread = 1
# Neural network batching (CPU optimized)
nnMaxBatchSize = 8
numNNServerThreadsPerModel = 2
# Default max visits (can be overridden per-request)
maxVisits = 10
# Performance tuning for CPU
nnCacheSizePowerOfTwo = 20 # ~1M cache entries