Interface QualityIndicator<Evaluate,Result>

Type Parameters:
Evaluate - Entity to runAlgorithm
Result - Result of the evaluation
All Superinterfaces:
DescribedEntity, Serializable
All Known Implementing Classes:
GenericIndicator, Hypervolume, PISAHypervolume, WFGHypervolume

@Deprecated public interface QualityIndicator<Evaluate,Result> extends DescribedEntity, Serializable
Deprecated.
Author:
Antonio J. Nebro invalid input: '<'antonio@lcc.uma.es>
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(Evaluate evaluate)
    Deprecated.
     

    Methods inherited from interface org.uma.jmetal.util.naming.DescribedEntity

    description, name
  • Method Details