public class CrowdingDistance<S extends Solution<?>> extends GenericSolutionAttribute<S,Double> implements DensityEstimator<S>
| Constructor and Description |
|---|
CrowdingDistance() |
| Modifier and Type | Method and Description |
|---|---|
void |
computeDensityEstimator(List<S> solutionList)
Assigns crowding distances to all solutions in a
SolutionSet. |
Object |
getAttributeIdentifier() |
getAttribute, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, setAttributepublic void computeDensityEstimator(List<S> solutionList)
SolutionSet.computeDensityEstimator in interface DensityEstimator<S extends Solution<?>>solutionList - The SolutionSet.JMetalExceptionpublic Object getAttributeIdentifier()
getAttributeIdentifier in interface SolutionAttribute<S extends Solution<?>,Double>getAttributeIdentifier in class GenericSolutionAttribute<S extends Solution<?>,Double>Copyright © 2017. All rights reserved.