Class EnergyConsumptionComparisonEvaluator

java.lang.Object
org.unifi.mecvirtualresourceallocation.evaluation.EnergyConsumptionEvaluator
org.unifi.mecvirtualresourceallocation.evaluation.EnergyConsumptionComparisonEvaluator
All Implemented Interfaces:
Evaluator

public class EnergyConsumptionComparisonEvaluator extends EnergyConsumptionEvaluator
Evaluator for comparing energy consumption between different allocation strategies.
  • Constructor Details

    • EnergyConsumptionComparisonEvaluator

      public EnergyConsumptionComparisonEvaluator()
  • Method Details

    • plotResults

      protected void plotResults(Map<Integer,BigDecimal> avgWeightsSequential, Map<Integer,BigDecimal> avgWeightsLocal)
      Plots the results of the energy consumption comparison.
      Specified by:
      plotResults in class EnergyConsumptionEvaluator
      Parameters:
      avgWeightsSequential - the average weights for the SequentialSearchStrategy
      avgWeightsLocal - the average weights for the LocalSearchStrategy