-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRenegade.json
63 lines (59 loc) · 1.84 KB
/
Renegade.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"private" : false,
"nps" : 1900000,
"source" : "https://github.com/pkrisz99/Renegade",
"build" : {
"path" : "Renegade",
"compilers" : ["clang++"],
"cpuflags" : ["AVX2"],
"systems" : ["Linux", "Windows"]
},
"test_presets" : {
"default" : {
"base_branch" : "main",
"book_name" : "UHO_Lichess_4852_v1.epd",
"test_bounds" : "[0.00, 4.00]",
"test_confidence" : "[0.10, 0.05]",
"win_adj" : "movecount=3 score=400",
"draw_adj" : "movenumber=40 movecount=8 score=10"
},
"STC" : {
"both_options" : "Threads=1 Hash=16",
"both_time_control" : "10.0+0.1",
"workload_size" : 32
},
"LTC" : {
"both_options" : "Threads=1 Hash=128",
"both_time_control" : "50.0+0.5",
"workload_size" : 8
},
"Nodes" : {
"both_options" : "Threads=1 Hash=4",
"both_time_control" : "N=25000",
"workload_size" : 256
},
"NoAdj" : {
"win_adj" : "None",
"draw_adj" : "None"
},
"NonReg" : {
"test_bounds" : "[-4.00, 0.00]",
"test_confidence" : "[0.10, 0.05]"
}
},
"tune_presets" : {
"default" : {
"book_name" : "UHO_Lichess_4852_v1.epd",
"win_adj" : "movecount=3 score=400",
"draw_adj" : "movenumber=40 movecount=8 score=10"
}
},
"datagen_presets" : {
"default" : {
"both_time_control" : "N=10000",
"win_adj" : "None",
"draw_adj" : "None",
"workload_size" : 128
}
}
}