I have a list of chromosomes, say A, B, C, and D. The respective fitness values are 1, 2, 3, and 4. The chromosomes with higher fitness values (C and D) are more likely to be selected for the parent in the next generation. Therefore, how to assign probability in MATLAB such that C and D get a higher probability for parent selection?