Class DiversityIntegerEuclidean

java.lang.Object
org.opt4j.operator.diversity.DiversityIntegerEuclidean
All Implemented Interfaces:
Operator<IntegerGenotype>, Diversity<IntegerGenotype>, DiversityInteger

public class DiversityIntegerEuclidean extends Object implements DiversityInteger
The DiversityIntegerEuclidean is an implementation of the DiversityInteger that calculates the diversity of two IntegerGenotype objects by normalizing the values to [0,1] and calculating the Euclidean distance.
  • Constructor Details

    • DiversityIntegerEuclidean

      public DiversityIntegerEuclidean()
  • Method Details