Home
last modified time | relevance | path

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

/dports/games/stockfish/Stockfish-sf_14/src/
H A Dtune.cpp96 make_option("m" + name, mg_value(value), range); in init_option()
105 value = make_score(mg_value(value), int(Options["e" + name])); in read_option()
H A Dtypes.h299 inline Value mg_value(Score s) { in mg_value() function
351 return make_score(mg_value(s) / i, eg_value(s) / i);
360 assert(mg_value(result) == (i * mg_value(s)));
H A Dpawns.cpp275 auto compare = [](Score a, Score b) { return mg_value(a) < mg_value(b); }; in do_king_safety()
H A Devaluate.cpp171 os << std::setw(5) << to_cp(mg_value(s)) << " " in operator <<()
603 + mg_value(mobility[Them] - mobility[Us]) // (~0.5 Elo) in king()
606 - 6 * mg_value(score) / 8 // (~8 Elo) in king()
892 Value mg = mg_value(score); in winnable()
989 … return abs(mg_value(score) + eg_value(score)) / 2 > lazyThreshold + pos.non_pawn_material() / 64; in value()