Class EnergyConsumptionReductionEvaluator

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

public class EnergyConsumptionReductionEvaluator extends EnergyConsumptionEvaluator
Evaluator for measuring the reduction in energy consumption.
  • Constructor Details

    • EnergyConsumptionReductionEvaluator

      public EnergyConsumptionReductionEvaluator()
  • Method Details

    • plotResults

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