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>
The Normalize is an operator that achieves that the Bounds of a Genotype are fulfilled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    normalize(G genotype)
    Normalizes the Genotype .
  • Method Details

    • normalize

      void normalize(G genotype)
      Normalizes the Genotype .
      Parameters:
      genotype - the genotype to be normalized