Package org.opt4j.operators.diversity
Interface DiversityDouble
-
- All Superinterfaces:
Diversity<org.opt4j.core.genotype.DoubleGenotype>
,org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.DoubleGenotype>
- All Known Implementing Classes:
DiversityDoubleAbsolute
,DiversityDoubleEuclidean
public interface DiversityDouble extends Diversity<org.opt4j.core.genotype.DoubleGenotype>
The
DiversityDouble
is the interface forDiversity
operators forDoubleGenotype
s.The default implementation is the
DiversityDoubleEuclidean
.
-
-
Method Summary
-
Methods inherited from interface org.opt4j.operators.diversity.Diversity
diversity, getOperatorType
-
-