| Package | Description |
|---|---|
| org.opt4j.operator.normalize |
Provides the classes for the normalize operator for genotypes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NormalizeDouble
|
| Modifier and Type | Class and Description |
|---|---|
class |
NormalizeDoubleBorder
The
NormalizeDoubleBorder normalizes the DoubleGenotype by
setting the values to the borders if the bounds are violated. |
class |
NormalizeDoubleElementwise
The
NormalizeDoubleElementwise normalizes DoubleGenotypes
elementwise. |
class |
NormalizeDoubleMirror
The
NormalizeDoubleMirror normalizes the DoubleGenotype by
mirroring the values on the borders if the bounds are violated. |
class |
NormalizeDoubleWrap
The
NormalizeDoubleWrap normalizes the DoubleGenotype by
wrapping the values at the borders. |