Class DirScore<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.solutionattribute.impl.GenericSolutionAttribute<S,Double>
org.uma.jmetal.util.solutionattribute.impl.DirScore<S>
- All Implemented Interfaces:
Serializable,DensityEstimator<S>,SolutionAttribute<S,Double>
public class DirScore<S extends Solution<?>>
extends GenericSolutionAttribute<S,Double>
implements DensityEstimator<S>
created at 11:09 pm, 2019/1/28
Estimate DIR scores for solutions, used in D-NSGA-II
- Author:
- sunhaoran invalid input: '<'nuaa_sunhr@yeah.net>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
DirScore
public DirScore(double[][] referenceVectors)
-
-
Method Details
-
computeDensityEstimator
- Specified by:
computeDensityEstimatorin interfaceDensityEstimator<S extends Solution<?>>
-