Type Definition genevo::genetic::Children

source · []
pub type Children<G> = Vec<G>;
Expand description

The Children type defines a set of Genotypes which is the outcome of the operator::CrossoverOp function.