IAMBitRate {xegaPopulation} | R Documentation |
Individually adaptive mutation rate. (Bit mutation Rate)
Description
Adaptivity of a local operator mutation parameter. Currently not used. Implements a threshold rule. The rule is implemented directly in IVAdaptiveMutateGene. in package xegaGaGene. Move?
Usage
IAMBitRate(fit, lF)
Arguments
fit |
Fitness of gene. |
lF |
Local configuration. |
Details
TODO: Move this xegaGaGene and generalize the bit mutation operator and introduce a factory for bit mutation rates. Rationale: Local parameters are representation dependent.
Value
Mutation rate of a gene depending on its fitness.
[Package xegaPopulation version 1.0.0.0 Index]