| rmoo_Selection | R Documentation | 
Functions implementing selection non-dominated genetic operator.
  rmoo_lrSelection(object, r, q)
  rmoo_tourSelection(object, k = 2, ...)
  rmoobin_lrSelection(object, r, q)
  rmoobin_tourSelection(object, k = 2, ...)
  rmooreal_lrSelection(object, r, q)
  rmooreal_tourSelection(object, k = 2, ...)
  rmooperm_lrSelection(object, r, q)
  rmooperm_tourSelection(object, k = 2, ...)
| object | An object of class  | 
| r | A tuning parameter for the specific selection operator. | 
| q | A tuning parameter for the specific selection operator. | 
| k | A tuning parameter for the specific selection operator. | 
| ... | Further arguments passed to or from other methods. | 
Return a list with two elements:
| population | a matrix of dimension  | 
| fitness | a vector of length  | 
Francisco Benitez
Scrucca, L. (2017) On some extensions to 'GA' package: hybrid optimisation, parallelisation and islands evolution. The R Journal, 9/1, 187-206, doi: 10.32614/RJ-2017-008.
nsga(),
nsga2() and
nsga3()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.