Class GenericIndicator<S>
java.lang.Object
org.uma.jmetal.util.naming.impl.SimpleDescribedEntity
org.uma.jmetal.util.legacy.qualityindicator.impl.GenericIndicator<S>
- All Implemented Interfaces:
Serializable,QualityIndicator<List<S>,,Double> DescribedEntity
- Direct Known Subclasses:
Hypervolume
@Deprecated
public abstract class GenericIndicator<S>
extends SimpleDescribedEntity
implements QualityIndicator<List<S>,Double>
Deprecated.
Abstract class representing quality indicators that need a reference front to be computed
- Author:
- Antonio J. Nebro
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructorGenericIndicator(String referenceParetoFrontFile) Deprecated.GenericIndicator(Front referenceParetoFront) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.abstract booleanDeprecated.This method returns true if lower indicator values are preferred and false otherwisevoidsetReferenceParetoFront(String referenceParetoFrontFile) Deprecated.voidsetReferenceParetoFront(Front referenceFront) Deprecated.Methods inherited from class org.uma.jmetal.util.naming.impl.SimpleDescribedEntity
description, name, setDescription, setName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.uma.jmetal.util.naming.DescribedEntity
description, nameMethods inherited from interface org.uma.jmetal.util.legacy.qualityindicator.QualityIndicator
evaluate
-
Field Details
-
referenceParetoFront
Deprecated.
-
-
Constructor Details
-
GenericIndicator
public GenericIndicator()Deprecated.Default constructor -
GenericIndicator
Deprecated.- Throws:
FileNotFoundException
-
GenericIndicator
Deprecated.
-
-
Method Details
-
setReferenceParetoFront
Deprecated.- Throws:
FileNotFoundException
-
setReferenceParetoFront
Deprecated. -
isTheLowerTheIndicatorValueTheBetter
public abstract boolean isTheLowerTheIndicatorValueTheBetter()Deprecated.This method returns true if lower indicator values are preferred and false otherwise- Returns:
-
getReferenceParetoFront
Deprecated.
-