Uses of Interface
org.uma.jmetal.util.densityestimator.DensityEstimator
Packages that use DensityEstimator
-
Uses of DensityEstimator in org.uma.jmetal.util.archive.impl
Constructors in org.uma.jmetal.util.archive.impl with parameters of type DensityEstimatorModifierConstructorDescriptionGenericBoundedArchive(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 DensityEstimatorModifier and TypeClassDescriptionclassCosineSimilarityDensityEstimator<S extends Solution<?>>This class implements a density estimator based on the cosine similarityclassCrowdingDistanceDensityEstimator<S extends Solution<?>>This class implements the crowding distanceclassGridDensityEstimator<S extends Solution<?>>This class implements the 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 a density estimator based on the distance to the k-th nearest solutionclassSpatialSpreadDeviationDensityEstimator<S extends Solution<?>>This class implements a density estimator based on the distance to the k-th nearest solutionclassStrenghtRawFitnessDensityEstimator<S extends Solution<?>>This class implements the density estimator based on the distance to the k-th nearest solution