An S4 class to represent an hybrid genetic/greedy algorithm (extends alg-class class).
pop_sizesize of the solutions populations (default to 20)
nb_max_genmaximal number of generation to produce (default to 10)
prob_mutationmutation probability (default to 0.25)
Kmaxmaximum number of clusters (default to 100)