Class PreferenceDistance<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.solutionattribute.impl.GenericSolutionAttribute<S,Double>
org.uma.jmetal.util.solutionattribute.impl.PreferenceDistance<S>
- All Implemented Interfaces:
Serializable,DensityEstimator<S>,SolutionAttribute<S,Double>
public class PreferenceDistance<S extends Solution<?>>
extends GenericSolutionAttribute<S,Double>
implements DensityEstimator<S>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeDensityEstimator(List<S> solutionList) epsilonClean(List<S> solutionList) intgetSize()voidupdatePointOfInterest(List<Double> newInterestPoint) Methods inherited from class org.uma.jmetal.util.solutionattribute.impl.GenericSolutionAttribute
getAttribute, getAttributeIdentifier, setAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.uma.jmetal.util.solutionattribute.SolutionAttribute
getAttribute, getAttributeIdentifier, setAttribute
-
Constructor Details
-
PreferenceDistance
-
-
Method Details
-
updatePointOfInterest
-
getSize
public int getSize() -
computeDensityEstimator
- Specified by:
computeDensityEstimatorin interfaceDensityEstimator<S extends Solution<?>>
-
epsilonClean
-