rmoo_Mutation | R Documentation |
Functions implementing mutation non-dominated genetic operator.
rmoobin_raMutation(object, parent)
rmooreal_raMutation(object, parent)
rmooreal_polMutation(object, parent, eta = 20, indpb = 0.5)
rmooperm_simMutation(object, parent)
object |
An object of class |
parent |
A vector of values for the parent from the current population where mutation should occur. |
eta |
Distribution parameter for mutation operator. |
indpb |
Independent mutation probability. |
Return a vector of values containing the mutated string.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.