Package org.opt4j.operators.normalize
Interface NormalizeDouble
-
- All Superinterfaces:
Normalize<org.opt4j.core.genotype.DoubleGenotype>
,org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.DoubleGenotype>
- All Known Implementing Classes:
NormalizeDoubleBorder
,NormalizeDoubleElementwise
,NormalizeDoubleMirror
,NormalizeDoubleWrap
public interface NormalizeDouble extends Normalize<org.opt4j.core.genotype.DoubleGenotype>
The
NormalizeDouble
is theNormalize
operator for theDoubleGenotype
.The default implementation is the
NormalizeDoubleBorder
.
-
-
Method Summary
-
Methods inherited from interface org.opt4j.operators.normalize.Normalize
getOperatorType, normalize
-
-