Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ga_Mutation

Mutation operators in genetic algorithms


Description

Functions implementing mutation genetic operator.

Usage

gabin_raMutation(object, parent, ...)

gareal_raMutation(object, parent, ...)
gareal_nraMutation(object, parent, ...)
gareal_rsMutation(object, parent, ...)
gareal_powMutation(object, parent, pow = 10, ...)

gaperm_simMutation(object, parent, ...)
gaperm_ismMutation(object, parent, ...)
gaperm_swMutation(object, parent, ...)
gaperm_dmMutation(object, parent, ...)
gaperm_scrMutation(object, parent, ...)

Arguments

object

An object of class "ga", usually resulting from a call to function ga.

parent

A vector of values for the parent from the current population where mutation should occur.

...

Further arguments passed to or from other methods.

pow

Parameters of genetic operators.

Value

Return a vector of values containing the mutated string.

Author(s)

Luca Scrucca


GA

Genetic Algorithms

v3.2.1
GPL (>= 2)
Authors
Luca Scrucca [aut, cre] (<https://orcid.org/0000-0003-3826-0484>)
Initial release
2021-04-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.