See: Description
Interface | Description |
---|---|
Normalize<G extends org.opt4j.core.Genotype> | |
NormalizeDouble |
Class | Description |
---|---|
NormalizeDoubleBorder |
The
NormalizeDoubleBorder normalizes the DoubleGenotype by
setting the values to the borders if the bounds are violated. |
NormalizeDoubleElementwise |
The
NormalizeDoubleElementwise normalizes DoubleGenotype s
elementwise. |
NormalizeDoubleMirror |
The
NormalizeDoubleMirror normalizes the DoubleGenotype by
mirroring the values on the borders if the bounds are violated. |
NormalizeDoubleWrap |
The
NormalizeDoubleWrap normalizes the DoubleGenotype by
wrapping the values at the borders. |
Provides the classes for the normalize operator for genotypes.