New Random Sweep
UpdatePolicy defining the order of evolution with new random sweep: instead of passing from the first to the last chromosome, an array chromosomes' indices is created and randomly shuffled, then a pass is made through the elements of this array. The chromosome whose index is indicated in the current cell of the array evolves.
all chromosome in population will be evolved only once