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
public interface Normalize<G extends Genotype> extends Operator<G>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
normalize(G genotype)
Normalizes theGenotype
.
-