| selrws | R Documentation |
This function provides the opportunity to take more than one place in the mating pool in proportion to the fitness value of each individual.
selrws(fitvals, ns, ...)
fitvals |
Vector of fitness values belonging to individuals |
ns |
Number of individuals to be selected |
... |
Further arguments passed to or from other methods. |
The indices of randomly selected individuals are returned.
Zeynel Cebeci & Erkut Tekeli
select,
selrand,
selrswrp,
seltrunc,
selrws2,
selrss,
selsus,
seldet,
selwscale,
selsscale,
selsscale2,
sellscale,
selrscale,
selrscale2,
selpscale,
selescale,
seltour,
seltour2,
selboltour,
sellrs,
sellrs2,
sellrs3,
selnlrs,
selers
fitvals = c(6, 1, 2, 4, 5)
cnames = paste0("C",1:length(fitvals))
matpool = selrws(fitvals)
cat("Selected Chromosomes: ", cnames[matpool], "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.