Package org.opt4j.operator.normalize
package org.opt4j.operator.normalize
Provides the classes for the normalize operator for genotypes.
-
ClassDescriptionThe
NormalizeDoubleBorder
normalizes theDoubleGenotype
by setting the values to the borders if the bounds are violated.TheNormalizeDoubleElementwise
normalizesDoubleGenotype
s elementwise.TheNormalizeDoubleMirror
normalizes theDoubleGenotype
by mirroring the values on the borders if the bounds are violated.TheNormalizeDoubleWrap
normalizes theDoubleGenotype
by wrapping the values at the borders.