Package org.opt4j.operator.normalize
Provides the classes for the normalize operator for genotypes.
-
Interface Summary Interface Description Normalize<G extends Genotype> NormalizeDouble -
Class Summary Class Description NormalizeDoubleBorder TheNormalizeDoubleBordernormalizes theDoubleGenotypeby setting the values to the borders if the bounds are violated.NormalizeDoubleElementwise TheNormalizeDoubleElementwisenormalizesDoubleGenotypes elementwise.NormalizeDoubleMirror TheNormalizeDoubleMirrornormalizes theDoubleGenotypeby mirroring the values on the borders if the bounds are violated.NormalizeDoubleWrap TheNormalizeDoubleWrapnormalizes theDoubleGenotypeby wrapping the values at the borders.