Interface AggregationFunction

All Known Implementing Classes:
ModifiedTschebyscheff, PenaltyBoundaryIntersection, Tschebyscheff, WeightedSum

public interface AggregationFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint)
     
    void
    epsilon(double value)
     
    boolean
     
  • Method Details

    • compute

      double compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint)
    • normalizeObjectives

      boolean normalizeObjectives()
    • epsilon

      void epsilon(double value)