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
NormalizeDoubleis theNormalizeoperator for theDoubleGenotype.The default implementation is the
NormalizeDoubleBorder.