forked from AndyGrant/OpenBench
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathClockwork.json
More file actions
58 lines (50 loc) · 1.66 KB
/
Clockwork.json
File metadata and controls
58 lines (50 loc) · 1.66 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
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
{
"private" : false,
"nps" : 3000000,
"source" : "https://github.com/official-clockwork/clockwork",
"build" : {
"path" : "",
"compilers" : ["clang++","g++"],
"cpuflags" : ["AVX2", "POPCNT"],
"systems" : ["Windows", "Linux"]
},
"test_presets" : {
"default" : {
"base_branch" : "main",
"book_name" : "UHO_Lichess_4852_v1.epd",
"test_bounds" : "[0.00, 3.00]",
"test_confidence" : "[0.05, 0.05]",
"win_adj" : "movecount=5 score=600",
"draw_adj" : "movenumber=40 movecount=8 score=5"
},
"STC" : {
"both_options" : "Threads=1 Hash=16",
"both_time_control" : "8.0+0.08",
"workload_size" : 32
},
"LTC" : {
"both_options" : "Threads=1 Hash=64",
"both_time_control" : "40.0+0.4",
"workload_size" : 8
},
"STC nonregr" : {
"both_options" : "Threads=1 Hash=16",
"both_time_control" : "8.0+0.08",
"workload_size" : 32,
"test_bounds" : "[-3.0, 0.0]"
},
"LTC nonregr" : {
"both_options" : "Threads=1 Hash=64",
"both_time_control" : "40.0+0.4",
"workload_size" : 8,
"test_bounds" : "[-3.0, 0.0]"
}
},
"tune_presets" : {
"default" : {
"book_name" : "UHO_Lichess_4852_v1.epd",
"win_adj" : "movecount=5 score=600",
"draw_adj" : "movenumber=40 movecount=8 score=5"
}
}
}