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. |
getAttribute, getAttributeID, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeID, setAttributepublic void computeDensityEstimator(List<S> solutionList)
SolutionSet.computeDensityEstimator in interface DensityEstimator<S extends Solution<?>>solutionList - The SolutionSet.JMetalExceptionCopyright © 2015. All rights reserved.