Struct moonlander_gp::genetic::Weights [] [src]

pub struct Weights {
    pub reproduce: u32,
    pub mutate: u32,
    pub crossover: u32,
    pub tree_height: i32,
}

Parameters to the evolve function.

Fields