1
2
3
4
5
6


pub mod crossover;
pub mod mating_selection;
pub mod mutation;
pub mod survivor_selection;