Home
last modified time | relevance | path

Searched refs:LMR_mb (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c509 double LMR_mb = 1.0; /* moves searched in the formula. */ variable
1058 {"LMR formula moves searched bias ", 3, 0, &LMR_mb},
H A Ddata.h50 extern double LMR_mb;
H A Doption.c1520 LMR_mb = atof(args[4]); in Option()
1529 LMR_min, LMR_max, LMR_db, LMR_mb, LMR_s); in Option()
1547 LMR_min, LMR_max, LMR_db, LMR_mb, LMR_s); in Option()
H A Dinit.c1160 Max(Min(log(d * LMR_db) * log(m * LMR_mb) / LMR_s, LMR_max), in InitializeLMR()