Research Article

A New Method for Reconstructing Data on a Single Failure Node in the Distributed Storage System Based on the MSR Code

Algorithm 5

Local search operator
1: Randomly select individuals from the current population to join the next-generation population;
2: if the population of the next generation reaches then go to step 5
3: else go to step 1
4: end if
5: Arrange the current population individuals in ascending order according to fitness value, and select the former individuals to inherit directly to the next-generation population.