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 TheNormalizeDoubleBorder
normalizes theDoubleGenotype
by setting the values to the borders if the bounds are violated.NormalizeDoubleElementwise TheNormalizeDoubleElementwise
normalizesDoubleGenotype
s elementwise.NormalizeDoubleMirror TheNormalizeDoubleMirror
normalizes theDoubleGenotype
by mirroring the values on the borders if the bounds are violated.NormalizeDoubleWrap TheNormalizeDoubleWrap
normalizes theDoubleGenotype
by wrapping the values at the borders.