Package org.opt4j.operator.diversity
Interface DiversityDouble
-
- All Superinterfaces:
Diversity<DoubleGenotype>,Operator<DoubleGenotype>
- All Known Implementing Classes:
DiversityDoubleAbsolute,DiversityDoubleEuclidean
public interface DiversityDouble extends Diversity<DoubleGenotype>
The
DiversityDoubleis the interface forDiversityoperators forDoubleGenotypes.The default implementation is the
DiversityDoubleEuclidean.