Interface AggregativeFunction

All Known Implementing Classes:
PenaltyBoundaryIntersection, Tschebyscheff, WeightedSum

public interface AggregativeFunction
  • Method Summary

    Modifier and Type Method Description
    double compute​(double[] vector, double[] weightVector)  
    void update​(double[] vector)  
  • Method Details

    • compute

      double compute​(double[] vector, double[] weightVector)
    • update

      void update​(double[] vector)