mutation_simple: Mutation operator

Description Usage Arguments Value Examples

View source: R/genetic_operators.R

Description

This function assign random value to the individu caracteristique following a frequency of occurence

Usage

1
mutation_simple(X, freq_m, distri_Xi, type_var)

Arguments

freq_m

a vector of numerics value varying from 0 to 1 which represent the frequency of mutation of each variable

Qt

a matrix/data.frame of all the individus generated after crossing over

distribution

choice of the distribution where for the mutation value

Value

a matrix/data.frame of the two childs from the crossing over of the parents

Examples

1
sum(1:10)

alex-conanec/MOOVaR documentation built on Dec. 19, 2021, 12:27 a.m.