Class StrenghtRawFitnessDensityEstimator<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.densityestimator.impl.StrenghtRawFitnessDensityEstimator<S>
- All Implemented Interfaces:
Serializable,DensityEstimator<S>
public class StrenghtRawFitnessDensityEstimator<S extends Solution<?>>
extends Object
implements DensityEstimator<S>
This class implements the density estimator based on the distance to the k-th nearest solution
- Author:
- Antonio J. Nebro
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAssigns the KNN distance to all the solutions in a list
-
Constructor Details
-
StrenghtRawFitnessDensityEstimator
public StrenghtRawFitnessDensityEstimator(int k)
-
-
Method Details
-
compute
-
value
-
comparator
- Specified by:
comparatorin interfaceDensityEstimator<S extends Solution<?>>
-