fn score_pruning_can_be_applied(
context: &SearchContext,
move_score: i16
) -> bool
Expand description
Checks if the score pruning can be applied for move_score
. The main idea here is to omit all capture sequances, which are clearly
loosing material (move_score
is less than q_score_pruning_treshold
) and with high probability won’t improve alpha.