| rmoo_Crossover | R Documentation | 
Functions implementing crossover non-dominated genetic operator.
  rmoo_spCrossover(object, parents)
  rmoobin_spCrossover(object, parents)
  rmooreal_spCrossover(object, parents)
  rmooreal_sbxCrossover(object, parents, eta = 20, indpb = 0.5)
  rmooperm_oxCrossover(object, parents)
object | 
 An object of class   | 
parents | 
 A two-rows matrix of values indexing the parents from the current population.  | 
eta | 
 Distribution parameter for crossover operator.  | 
indpb | 
 Independent crossover probability.  | 
Return a list with two elements:
children | 
 a matrix of dimension 2 times the number of decision variables containing the generated offsprings;  | 
fitness | 
 a vector of length 2 containing the fitness values for the offsprings. A value   | 
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.