fn get_mobility_data(
    board: &Board,
    color: usize,
    aux: &mut EvalAux
) -> MobilityData
Expand description

Gets mobility data for board, color and fills aux with additional data used in other evaluators.