Assume that we want to minimize function f(x) using genetic algorithm. We use population of 5 chromosomes: x1, 2, x3, 4, and x5. When we compute their fitness value we get the following table:
chromosome x1 x2 x3 4 x5 fitness 5 1713
For the next generation,
what is the probability of x1 to be selected as one of the parent chromosome?
/45
what is the probability of x2 to be selected as one of the parent chromosome?
/45
what is the probability of x3 to be selected as one of the parent chromosome?
/45
what is the probability of x4 to be selected as one of the parent chromosome?
/45
what is the probability of x5 to be selected as one of the parent chromosome?
/45