An S4 class to represent a genetic algorithm (extends alg-class class).
pop_sizesize of the solutions populations (default to 10)
nb_max_genmaximal number of generation to produce (default to 4)
prob_mutationprobability of mutation (default to 0.25)
sel_fracfraction of best solutions selected for crossing (default to 0.75)