| parsimony_Selection {GAparsimony} | R Documentation | 
Selection operators in GA-PARSIMONY
Description
Functions implementing selection genetic operator in GA-PARSIMONY after parsimony_rerank process. Linear-rank or Nonlinear-rank selection (Michalewicz (1996)).
Usage
parsimony_lrSelection(object, r = 2/(object@popSize*(object@popSize-1)), 
						q = 2/object@popSize, ...)
parsimony_nlrSelection(object, q = 0.25, ...)
Arguments
| object | An object of class  | 
| r | A tuning parameter for the specific selection operator. | 
| q | A tuning parameter for the specific selection operator. | 
| ... | Further arguments passed to or from other methods. | 
Value
Return a list with four elements:
| population | a matrix of dimension  | 
| fitnessval | a vector of length  | 
| fitnesstst | a vector of length  | 
| complexity | a vector of length  | 
Author(s)
Francisco Javier Martinez de Pison. fjmartin@unirioja.es. EDMANS Group. https://edmans.webs.com/