pub fn get(
attacking_piece: usize,
target_piece: usize,
attackers: usize,
defenders: usize
) -> i16
Expand description
Gets a result of the static exchange evaluation, based on attacking_piece
, target_piece
, attackers
and defenders
.