Package org.opt4j.operator.normalize
package org.opt4j.operator.normalize
Provides the classes for the normalize operator for genotypes.
-
ClassDescriptionThe
NormalizeDoubleBordernormalizes theDoubleGenotypeby setting the values to the borders if the bounds are violated.TheNormalizeDoubleElementwisenormalizesDoubleGenotypes elementwise.TheNormalizeDoubleMirrornormalizes theDoubleGenotypeby mirroring the values on the borders if the bounds are violated.TheNormalizeDoubleWrapnormalizes theDoubleGenotypeby wrapping the values at the borders.