The PowerSupply was just delegating everything to PowerModel. After refactoring the latter one to provide a better class hierarchy, remove code duplication and fix bugs (#127), PowerSupply was merged into the PowerModel and the former removed. Now, the way to use PowerModel is as before the release 2.0.0, but with all the benefits of using regular classes to implement power-aware simulations, namely DatacenterSimple, HostSimple and VmSimple. You just need to call Host's setPowerModel(PowerModel powerModel) method to enable power-aware simulations
What's Changed Docs/sc calculations example by @nitbharambe in https://github.com/PowerGridModel/po...
AbstractCloud Computing aims to deliver reliable, secure, fault-tolerant, sustainable and scalable i...
Power systems must ensure reliable service during normal operation and unexpected disturbances. They...
Provides a functional implementation of PowerModel classes, enabling to pass a Function as a paramet...
PowerVm PowerVm class was removed and its methods were moved to a new VmUtilizationHistory class. Th...
Removes all the examples that were available at package org.cloudbus.cloudsim.examples.power Those s...
☕️⛅️ A modern, full-featured, highly extensible and easier-to-use Java 8+ Framework for Cloud Comput...
Updates and New Features Includes all AWS EC2 Instance Templates from the "US Est (Ohio)" Region, a...
#185 :: Warn when a simulation which has an explicit termination time is lasting too long. This way,...
Enables simulating the physical expansion of a Datacenter by dynamically adding new Hosts (PMs) at s...
Added PowerVmAllocationPolicyMigrationBestFitStaticThreshold to select the Host to place or migrate...
1. Important new Features 1.1. DatacenterBroker Enables Broker to try selecting the closest Datacen...
Added Vertical VM Scaling Mechanism (#7) for up and down scaling of VM resources such as Ram, Band...
This release improves the way to store the requested and allocated MIPS capacity for VMs and Cloudle...
This update redesigns UtilizationHistory classes, breaking compatibility. Keeping a Map to store the...
What's Changed Docs/sc calculations example by @nitbharambe in https://github.com/PowerGridModel/po...
AbstractCloud Computing aims to deliver reliable, secure, fault-tolerant, sustainable and scalable i...
Power systems must ensure reliable service during normal operation and unexpected disturbances. They...
Provides a functional implementation of PowerModel classes, enabling to pass a Function as a paramet...
PowerVm PowerVm class was removed and its methods were moved to a new VmUtilizationHistory class. Th...
Removes all the examples that were available at package org.cloudbus.cloudsim.examples.power Those s...
☕️⛅️ A modern, full-featured, highly extensible and easier-to-use Java 8+ Framework for Cloud Comput...
Updates and New Features Includes all AWS EC2 Instance Templates from the "US Est (Ohio)" Region, a...
#185 :: Warn when a simulation which has an explicit termination time is lasting too long. This way,...
Enables simulating the physical expansion of a Datacenter by dynamically adding new Hosts (PMs) at s...
Added PowerVmAllocationPolicyMigrationBestFitStaticThreshold to select the Host to place or migrate...
1. Important new Features 1.1. DatacenterBroker Enables Broker to try selecting the closest Datacen...
Added Vertical VM Scaling Mechanism (#7) for up and down scaling of VM resources such as Ram, Band...
This release improves the way to store the requested and allocated MIPS capacity for VMs and Cloudle...
This update redesigns UtilizationHistory classes, breaking compatibility. Keeping a Map to store the...
What's Changed Docs/sc calculations example by @nitbharambe in https://github.com/PowerGridModel/po...
AbstractCloud Computing aims to deliver reliable, secure, fault-tolerant, sustainable and scalable i...
Power systems must ensure reliable service during normal operation and unexpected disturbances. They...