Package org.opt4j.operator.normalize
Interface Normalize<G extends Genotype>
- Type Parameters:
G
- the type of genotype
- All Superinterfaces:
Operator<G>
- All Known Subinterfaces:
NormalizeDouble
- All Known Implementing Classes:
NormalizeDoubleBorder
,NormalizeDoubleElementwise
,NormalizeDoubleMirror
,NormalizeDoubleWrap
-
Method Summary
-
Method Details
-
normalize
Normalizes theGenotype
.- Parameters:
genotype
- the genotype to be normalized
-