Interface DensityEstimator<S>

All Superinterfaces:
Serializable, SolutionAttribute<S,Double>
All Known Implementing Classes:
DirScore, PreferenceDistance, SpatialSpreadDeviation

@Deprecated public interface DensityEstimator<S> extends SolutionAttribute<S,Double>
Deprecated.
Interface representing implementations to compute the crowding distance
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Method Details

    • computeDensityEstimator

      void computeDensityEstimator(List<S> solutionSet)
      Deprecated.