| Package | Description |
|---|---|
| org.opt4j.operator.diversity |
Provides the classes for the distance operator for genotypes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiversityDoubleAbsolute
The
DiversityDoubleAbsolute calculates the Diversity as the
mean absolute difference of each entry in the double vector. |
class |
DiversityDoubleEuclidean
The
DiversityDoubleEuclidean calculates the Diversity by the
Euclidean distance between the two Genotypes. |