Interface GlobalLoadEstimator

All Known Implementing Classes:
BiggestDimension, Mean
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface GlobalLoadEstimator
Interface modeling a global load estimator. It allows to consider multiple dimensions and reduce it to a unique metric.
Author:
Fabien Hermenier
  • Method Summary

    Modifier and Type Method Description
    double getLoad​(double[] loads)
    Compute the load.
  • Method Details

    • getLoad

      double getLoad​(double[] loads)
      Compute the load.
      Parameters:
      loads - the per dimension load (discretised)
      Returns:
      the resulting load