Package io.jenetics

Class GaussianMutator<G extends NumericGene<?,G>,C extends Comparable<? super C>>

Type Parameters:
G - the gene type
C - the allele type
All Implemented Interfaces:
Alterer<G,C>

public class GaussianMutator<G extends NumericGene<?,G>,C extends Comparable<? super C>> extends SamplerMutator<G,C>
The GaussianMutator class performs the mutation of a NumericGene. This mutator picks a new value based on a Gaussian distribution, defined by the GaussianMutator.Shape parameter of the mutator.
Sigma graph
Since:
1.0
Version:
8.3