Struct gameai::strategies::negamax::NegamaxParams [] [src]

pub struct NegamaxParams {
    pub max_depth: usize,
    pub trials: usize,
}

Fields