Class CloudletToVmMappingSimulatedAnnealing

All Implemented Interfaces:
CloudletToVmMappingHeuristic, Heuristic<CloudletToVmMappingSolution>

public class CloudletToVmMappingSimulatedAnnealing
extends SimulatedAnnealing<CloudletToVmMappingSolution>
implements CloudletToVmMappingHeuristic
A heuristic that uses Simulated Annealing to find a sub-optimal mapping among a set of Cloudlets and VMs in order to reduce the number of idle or overloaded Vm Pe's.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho