Uses of Interface
org.uma.jmetal.util.densityestimator.DensityEstimator
| Package | Description |
|---|---|
| org.uma.jmetal.util.archive.impl | |
| org.uma.jmetal.util.densityestimator.impl |
-
Uses of DensityEstimator in org.uma.jmetal.util.archive.impl
Constructors in org.uma.jmetal.util.archive.impl with parameters of type DensityEstimator Constructor Description GenericBoundedArchive(int maxSize, DensityEstimator<S> densityEstimator) -
Uses of DensityEstimator in org.uma.jmetal.util.densityestimator.impl
Classes in org.uma.jmetal.util.densityestimator.impl that implement DensityEstimator Modifier and Type Class Description classCosineSimilarityDensityEstimator<S extends Solution<?>>This class implements the a density estimator based on the cosine similarityclassCrowdingDistanceDensityEstimator<S extends Solution<?>>This class implements the crowding distanceclassGridDensityEstimator<S extends Solution<?>>This class implements the a density estimator based on the adaptive grid scheme used in the PAES algorithm.classHypervolumeContributionDensityEstimator<S extends Solution<?>>This class implements a density estimator based on the hypervolume contributionclassKnnDensityEstimator<S extends Solution<?>>This class implements the a density estimator based on the distance to the k-th nearest solutionclassSpatialSpreadDeviationDensityEstimator<S extends Solution<?>>This class implements the a density estimator based on the distance to the k-th nearest solutionclassStrenghtRawFitnessDensityEstimator<S extends Solution<?>>This class implements the a density estimator based on the distance to the k-th nearest solution