Selects individuals from the population using linear rank-based probabilities. Individuals are ranked by their Pareto front, and selection probability is assigned linearly so better-ranked individuals are more likely to be chosen.
rmoo_lrSelection(object, r, q)rmoobin_lrSelection(object, r, q)
rmooperm_lrSelection(object, r, q)
rmooreal_lrSelection(object, r, q)
A list with population and fitness of the selected
individuals.
MOEA object with slots population, fitness, front, popSize.
Slope parameter controlling probability spread (computed from popSize if missing).
Intercept parameter (computed from popSize if missing).