Class DiversityDoubleEuclidean

java.lang.Object
org.opt4j.operator.diversity.DiversityDoubleEuclidean
All Implemented Interfaces:
Operator<DoubleGenotype>, Diversity<DoubleGenotype>, DiversityDouble

public class DiversityDoubleEuclidean extends Object implements DiversityDouble
The DiversityDoubleEuclidean calculates the Diversity by the Euclidean distance between the two Genotypes.
  • Constructor Details

    • DiversityDoubleEuclidean

      public DiversityDoubleEuclidean()
  • Method Details