parsimony_Mutation: Mutation operators in GA-PARSIMONY

parsimony_MutationR Documentation

Mutation operators in GA-PARSIMONY

Description

Functions implementing mutation genetic operator for GA-PARSIMONY. Method mutes a object@pmutation percentage of them. If the value corresponds to a model parameter, algorithm uses uniform random mutation. For binary select features, method sets to one if the random value between [0,1] is lower or equal to object@feat_mut_thres.

Usage

parsimony_mutation(object, ...)

Arguments

object

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

...

Further arguments passed to or from other methods.

Value

Return object with the population muted.

Author(s)

Francisco Javier Martinez de Pison. fjmartin@unirioja.es. EDMANS Group. https://edmans.webs.com/

See Also

ga_parsimony


jpison/GAparsimony documentation built on April 18, 2023, 8:34 p.m.