-
-
Notifications
You must be signed in to change notification settings - Fork 489
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
It seems that the two parent selection technique are exactly the same. Rank parent selection is however meant to be more of an explorative parent selection approach where every chromosome/solution is assigned a selection probability with respect to its rank (which is based on its fitness). This is meant to decouple the selection probability from the population fitness distribution in order to avoid selection exploitation from very strong solutions.
Rank selection is essentially the same as Roulette Wheel Selection, but instead of weighting each solutions selection probability by its fitness, the weighting should be done the rank of the solutions compared to the other solutions.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested