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