Package org.opt4j.operator.normalize
Interface NormalizeDouble
-
- All Superinterfaces:
Normalize<DoubleGenotype>
,Operator<DoubleGenotype>
- All Known Implementing Classes:
NormalizeDoubleBorder
,NormalizeDoubleElementwise
,NormalizeDoubleMirror
,NormalizeDoubleWrap
public interface NormalizeDouble extends Normalize<DoubleGenotype>
The
NormalizeDouble
is theNormalize
operator for theDoubleGenotype
.The default implementation is the
NormalizeDoubleBorder
.