R/active_snw_search_ga.R
dot-ga_crossover_mutation.RdWith probability ga_crossover_rate the parents are recombined
(uniform crossover by default); otherwise the children are empty genomes.
Mutation flips each bit with probability ga_mutation_rate.
.ga_crossover_mutation(p1, p2, params, crossover_type = "UNIFORM")A list of two child genomes (logical vectors).