Comparing sensitive data, confidential files or internal emails?

Most legal and privacy policies prohibit uploading sensitive data online. Diffchecker Desktop ensures your confidential information never leaves your computer. Work offline and compare documents securely.

AlphaGomoku config files

Created Diff never expires
15 removals
93 lines
15 additions
93 lines
{
{
"version": "5.7.0",
"version": "5.7.1",
"protocol": "yixinboard",
"protocol": "yixinboard",
"use_logging": false,
"use_logging": false,
"always_ponder": false,
"always_ponder": false,
"swap2_openings_file": "swap2_openings.json",
"swap2_openings_file": "swap2_openings.json",
"conv_networks": {
"conv_networks": {
"freestyle": "freestyle_conv_8x128.bin",
"freestyle": "freestyle_conv_8x128.bin",
"standard": "standard_conv_8x128.bin",
"standard": "standard_conv_8x128.bin",
"renju": "renju_conv_8x128.bin",
"renju": "renju_conv_8x128.bin",
"caro5": "caro5_conv_8x128.bin",
"caro5": "caro5_conv_8x128.bin",
"caro6": ""
"caro6": "caro6_conv_8x128.bin"
},
},
"nnue_networks": {
"nnue_networks": {
"freestyle": "freestyle_nnue_64x16x16x1.bin",
"freestyle": "",
"standard": "standard_nnue_64x16x16x1.bin",
"standard": "",
"renju": "renju_nnue_64x16x16x1.bin",
"renju": "",
"caro5": "caro5_nnue_64x16x16x1.bin",
"caro5": "",
"caro6": ""
"caro6": ""
},
},
"use_symmetries": true,
"use_symmetries": true,
"search_threads": 8,
"search_threads": 8,
"devices": [
"devices": [
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
},
},
{
{
"device": "CPU",
"device": "CPU",
"batch_size": 32,
"batch_size": 128,
"omp_threads": 1
"omp_threads": 1
}
}
],
],
"search_config": {
"search_config": {
"max_batch_size": 32,
"max_batch_size": 128,
"tree_config": {
"tree_config": {
"information_leak_threshold": 0.01,
"information_leak_threshold": 0.01,
"initial_node_cache_size": 65536,
"initial_node_cache_size": 65536,
"edge_bucket_size": 200000,
"edge_bucket_size": 200000,
"node_bucket_size": 10000
"node_bucket_size": 10000
},
},
"mcts_config": {
"mcts_config": {
"edge_selector_config": {
"edge_selector_config": {
"policy": "puct",
"policy": "puct",
"init_to": "parent",
"init_to": "parent",
"noise_type": "none",
"noise_type": "none",
"noise_weight": 0,
"noise_weight": 0,
"exploration_constant": 1.25,
"exploration_constant": 1.25,
"exploration_exponent": 0.5,
"exploration_exponent": 0.5,
"style_factor": 0.5
"style_factor": 0.5
},
},
"max_children": 32,
"max_children": 32,
"policy_expansion_threshold": 0
"policy_expansion_threshold": 0
},
},
"tss_config": {
"tss_config": {
"mode": 2,
"mode": 2,
"max_positions": 1000,
"max_positions": 1000,
"hash_table_size": 4194304
"hash_table_size": 4194304
}
}
}
}
}
}