fn assign_quiet_scores(
    context: &SearchContext,
    state: &mut MoveGenState,
    start_index: usize
)
Expand description

Assigns quiet scores for moves by filling move_scores array with moves_count length (starting from start_index), based on current context. If transposition table move is available, it’s passed as tt_move too. Moves are prioritized as follows (from most important to the less ones):