Skip to content

Commit ffb194f

Browse files
committed
feat: search tweaks (+200 elo vs v0.3.0)
1 parent 7ef7295 commit ffb194f

File tree

3 files changed

+339
-46
lines changed

3 files changed

+339
-46
lines changed

config.json

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
{
2+
"resign": {
3+
"move_count": 1,
4+
"score": 0,
5+
"twosided": false,
6+
"enabled": false
7+
},
8+
"draw": {
9+
"move_number": 40,
10+
"move_count": 3,
11+
"score": 20,
12+
"enabled": true
13+
},
14+
"maxmoves": {
15+
"move_count": 150,
16+
"enabled": true
17+
},
18+
"opening": {
19+
"file": "./openingbook/8moves_v3.pgn",
20+
"format": 1,
21+
"order": 0,
22+
"plies": -1,
23+
"start": 1
24+
},
25+
"pgn": {
26+
"event_name": "test",
27+
"site": "?",
28+
"file": "enginetest_12_32_31.pgn",
29+
"notation": 0,
30+
"track_nodes": false,
31+
"track_seldepth": false,
32+
"track_nps": false,
33+
"track_hashfull": false,
34+
"track_tbhits": false,
35+
"track_timeleft": false,
36+
"min": false
37+
},
38+
"epd": {
39+
"file": ""
40+
},
41+
"sprt": {
42+
"alpha": 0.0,
43+
"beta": 0.0,
44+
"elo0": 0.0,
45+
"elo1": 0.0,
46+
"model": "normalized",
47+
"enabled": false
48+
},
49+
"config_name": "",
50+
"output": 0,
51+
"seed": 13538336756609105525,
52+
"variant": 0,
53+
"ratinginterval": 10,
54+
"scoreinterval": 1,
55+
"wait": 0,
56+
"autosaveinterval": 1,
57+
"games": 2,
58+
"rounds": 15,
59+
"concurrency": 4,
60+
"force_concurrency": false,
61+
"recover": true,
62+
"noswap": false,
63+
"reverse": false,
64+
"report_penta": true,
65+
"affinity": false,
66+
"log": {
67+
"file": "debug.log",
68+
"level": 3,
69+
"compress": false,
70+
"realtime": true
71+
},
72+
"engines": [
73+
{
74+
"name": "engine",
75+
"dir": "",
76+
"cmd": "./build/engine.exe",
77+
"args": "",
78+
"options": [],
79+
"limit": {
80+
"tc": {
81+
"increment": 100,
82+
"fixed_time": 0,
83+
"time": 10000,
84+
"moves": 0,
85+
"timemargin": 0
86+
},
87+
"nodes": 0,
88+
"plies": 0
89+
},
90+
"variant": 0
91+
},
92+
{
93+
"name": "engine.0.3.0.core-avx2",
94+
"dir": "",
95+
"cmd": "./build/engine.0.3.0.core-avx2.exe",
96+
"args": "",
97+
"options": [],
98+
"limit": {
99+
"tc": {
100+
"increment": 100,
101+
"fixed_time": 0,
102+
"time": 10000,
103+
"moves": 0,
104+
"timemargin": 0
105+
},
106+
"nodes": 0,
107+
"plies": 0
108+
},
109+
"variant": 0
110+
},
111+
{
112+
"name": "neuromancer",
113+
"dir": "",
114+
"cmd": "./build/neuromancer.exe",
115+
"args": "",
116+
"options": [],
117+
"limit": {
118+
"tc": {
119+
"increment": 100,
120+
"fixed_time": 0,
121+
"time": 10000,
122+
"moves": 0,
123+
"timemargin": 0
124+
},
125+
"nodes": 0,
126+
"plies": 0
127+
},
128+
"variant": 0
129+
},
130+
{
131+
"name": "kelp",
132+
"dir": "",
133+
"cmd": "./build/kelp.exe",
134+
"args": "",
135+
"options": [],
136+
"limit": {
137+
"tc": {
138+
"increment": 100,
139+
"fixed_time": 0,
140+
"time": 10000,
141+
"moves": 0,
142+
"timemargin": 0
143+
},
144+
"nodes": 0,
145+
"plies": 0
146+
},
147+
"variant": 0
148+
}
149+
],
150+
"stats": {
151+
"kelp vs neuromancer": {
152+
"wins": 6,
153+
"losses": 13,
154+
"draws": 3,
155+
"penta_WW": 1,
156+
"penta_WD": 2,
157+
"penta_WL": 2,
158+
"penta_DD": 0,
159+
"penta_LD": 1,
160+
"penta_LL": 5
161+
},
162+
"kelp vs engine.0.3.0.core-avx2": {
163+
"wins": 9,
164+
"losses": 5,
165+
"draws": 2,
166+
"penta_WW": 3,
167+
"penta_WD": 0,
168+
"penta_WL": 3,
169+
"penta_DD": 0,
170+
"penta_LD": 2,
171+
"penta_LL": 0
172+
},
173+
"neuromancer vs engine.0.3.0.core-avx2": {
174+
"wins": 16,
175+
"losses": 5,
176+
"draws": 1,
177+
"penta_WW": 6,
178+
"penta_WD": 1,
179+
"penta_WL": 3,
180+
"penta_DD": 0,
181+
"penta_LD": 0,
182+
"penta_LL": 1
183+
},
184+
"neuromancer vs kelp": {
185+
"wins": 5,
186+
"losses": 3,
187+
"draws": 0,
188+
"penta_WW": 1,
189+
"penta_WD": 0,
190+
"penta_WL": 3,
191+
"penta_DD": 0,
192+
"penta_LD": 0,
193+
"penta_LL": 0
194+
},
195+
"engine.0.3.0.core-avx2 vs kelp": {
196+
"wins": 9,
197+
"losses": 3,
198+
"draws": 2,
199+
"penta_WW": 2,
200+
"penta_WD": 2,
201+
"penta_WL": 3,
202+
"penta_DD": 0,
203+
"penta_LD": 0,
204+
"penta_LL": 0
205+
},
206+
"engine.0.3.0.core-avx2 vs neuromancer": {
207+
"wins": 3,
208+
"losses": 5,
209+
"draws": 0,
210+
"penta_WW": 0,
211+
"penta_WD": 0,
212+
"penta_WL": 3,
213+
"penta_DD": 0,
214+
"penta_LD": 0,
215+
"penta_LL": 1
216+
},
217+
"kelp vs engine": {
218+
"wins": 5,
219+
"losses": 17,
220+
"draws": 0,
221+
"penta_WW": 1,
222+
"penta_WD": 0,
223+
"penta_WL": 3,
224+
"penta_DD": 0,
225+
"penta_LD": 0,
226+
"penta_LL": 7
227+
},
228+
"engine.0.3.0.core-avx2 vs engine": {
229+
"wins": 5,
230+
"losses": 16,
231+
"draws": 7,
232+
"penta_WW": 0,
233+
"penta_WD": 2,
234+
"penta_WL": 3,
235+
"penta_DD": 1,
236+
"penta_LD": 3,
237+
"penta_LL": 5
238+
},
239+
"engine vs engine.0.3.0.core-avx2": {
240+
"wins": 1,
241+
"losses": 1,
242+
"draws": 0,
243+
"penta_WW": 0,
244+
"penta_WD": 0,
245+
"penta_WL": 1,
246+
"penta_DD": 0,
247+
"penta_LD": 0,
248+
"penta_LL": 0
249+
},
250+
"neuromancer vs engine": {
251+
"wins": 8,
252+
"losses": 4,
253+
"draws": 0,
254+
"penta_WW": 2,
255+
"penta_WD": 0,
256+
"penta_WL": 4,
257+
"penta_DD": 0,
258+
"penta_LD": 0,
259+
"penta_LL": 0
260+
},
261+
"engine vs kelp": {
262+
"wins": 7,
263+
"losses": 1,
264+
"draws": 0,
265+
"penta_WW": 3,
266+
"penta_WD": 0,
267+
"penta_WL": 1,
268+
"penta_DD": 0,
269+
"penta_LD": 0,
270+
"penta_LL": 0
271+
},
272+
"engine vs neuromancer": {
273+
"wins": 8,
274+
"losses": 8,
275+
"draws": 2,
276+
"penta_WW": 3,
277+
"penta_WD": 1,
278+
"penta_WL": 1,
279+
"penta_DD": 0,
280+
"penta_LD": 1,
281+
"penta_LL": 3
282+
}
283+
}
284+
}

0 commit comments

Comments
 (0)