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: