nsga_Mutation {rmoo} | R Documentation |
Mutation operators in non-dominated genetic algorithms
Description
Functions implementing mutation non-dominated genetic operator.
Usage
nsgabin_raMutation(object, parent)
nsgareal_raMutation(object, parent)
nsgareal_polMutation(object, parent, nm = 0.20)
nsgaperm_simMutation(object, parent)
Arguments
object |
An object of class |
parent |
A vector of values for the parent from the current population where mutation should occur. |
nm |
Parameters of genetic operators. |
Value
Return a vector of values containing the mutated string.
Author(s)
Francisco Benitez
References
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.
[Package rmoo version 0.2.0 Index]