View source: R/geneticoperator.R
| rmoo_lrSelection | R Documentation |
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)
object |
MOEA object with slots population, fitness, front, popSize. |
r |
Slope parameter controlling probability spread (computed from popSize if missing). |
q |
Intercept parameter (computed from popSize if missing). |
A list with population and fitness of the selected
individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.