Gaussian Mutation
constructor(problemDefinition: ProblemDefinition, perGeneRate: Double = defaultPerGeneRate, sigmaFactor: Double = defaultSigmaFactor)(source)
Parameters
problem Definition
the problem definition providing per-input ranges
per Gene Rate
the probability that an individual coordinate is mutated. Must be in 0,1. The default is defaultPerGeneRate.
sigma Factor
the fraction of an input's range used as the perturbation standard deviation. Must be greater than 0. The default is defaultSigmaFactor.