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
DiversityDouble
is the interface forDiversity
operators forDoubleGenotype
s.The default implementation is the
DiversityDoubleEuclidean
.