
Second version of the evolve method
evolve2m.Rd
This evolve method realize the selection of the parents with two methods (for the moment) : elite and random. The it tags every selected individual with the index of it's mate in the population. Then the individual which sould be mutated are tagged. for each individual of the population we check if they need to be crossed and/or mutated and the we apply the operations and create a new individual for each operation applied.