forked from jnlt3/weather-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
104 lines (104 loc) · 1.55 KB
/
config.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"LMR_MinDepth": {
"value": 3,
"min_value": 1,
"max_value": 8,
"step": 1
},
"LMR_MinFullDepthSearchedMoves": {
"value": 4,
"min_value": 1,
"max_value": 10,
"step": 1
},
"LMR_Base": {
"value": 85,
"min_value": 10,
"max_value": 200,
"step": 5
},
"LMR_Divisor": {
"value": 284,
"min_value": 150,
"max_value": 400,
"step": 10
},
"NMP_MinDepth": {
"value": 3,
"min_value": 1,
"max_value": 6,
"step": 1
},
"NMP_BaseDepthReduction": {
"value": 1,
"min_value": 0,
"max_value": 3,
"step": 1
},
"AspirationWindow_Delta": {
"value": 20,
"min_value": 0,
"max_value": 300,
"step": 10
},
"AspirationWindow_MinDepth": {
"value": 7,
"min_value": 1,
"max_value": 10,
"step": 1
},
"RFP_MaxDepth": {
"value": 4,
"min_value": 1,
"max_value": 12,
"step": 1
},
"RFP_DepthScalingFactor": {
"value": 87,
"min_value": 10,
"max_value": 200,
"step": 10
},
"Razoring_MaxDepth": {
"value": 3,
"min_value": 1,
"max_value": 10,
"step": 1
},
"Razoring_Depth1Bonus": {
"value": 105,
"min_value": 50,
"max_value": 300,
"step": 10
},
"Razoring_NotDepth1Bonus": {
"value": 161,
"min_value": 50,
"max_value": 300,
"step": 10
},
"IIR_MinDepth": {
"value": 2,
"min_value": 1,
"max_value": 10,
"step": 1
},
"LMP_MaxDepth": {
"value": 2,
"min_value": 1,
"max_value": 10,
"step": 1
},
"LMP_BaseMovesToTry": {
"value": 0,
"min_value": 0,
"max_value": 12,
"step": 1
},
"LMP_MovesDepthMultiplier": {
"value": 10,
"min_value": 0,
"max_value": 50,
"step": 1
}
}