Home
last modified time | relevance | path

Searched refs:null_divisor (Results 1 – 5 of 5) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c504 int null_divisor = 6; /* R = null_depth + depth / 6 */ variable
1053 {"null-move adaptive divisor ", 1, 0, &null_divisor},
H A Ddata.h45 extern int null_divisor;
H A Dhash.c118 depth - null_depth - depth / null_divisor - 1 <= draft && val < beta) in HashProbe()
H A Dsearch.c265 int R = null_depth + depth / null_divisor; in Search()
H A Doption.c1892 null_divisor = atoi(args[2]); in Option()
1894 Print(32, "null move: R = %d + depth / %d\n", null_depth, null_divisor); in Option()