1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 11:39:15 +00:00

Smoother transition for LMR

Passed both short TC:
LLR: 2.95 (-2.94,2.94) [-1.50,4.50]
Total: 12376 W: 2596 L: 2454 D: 7326

And long TC:
LLR: 2.97 (-2.94,2.94) [0.00,6.00]
Total: 14798 W: 2584 L: 2409 D: 9805

bench: 8279065
This commit is contained in:
Joona Kiiski 2013-10-08 22:43:33 +01:00 committed by Marco Costalba
parent bb83a417cb
commit b15e148b5e

View file

@ -143,6 +143,9 @@ void Search::init() {
if (Reductions[0][0][hd][mc] > 2 * ONE_PLY) if (Reductions[0][0][hd][mc] > 2 * ONE_PLY)
Reductions[0][0][hd][mc] += ONE_PLY; Reductions[0][0][hd][mc] += ONE_PLY;
else if (Reductions[0][0][hd][mc] > 1 * ONE_PLY)
Reductions[0][0][hd][mc] += ONE_PLY / 2;
} }
// Init futility margins array // Init futility margins array