Reinforcement-Learning_for_Energy_Minimization_Using_CLoudsim
Reinforcement-Learning_for_Energy_Minimization_Using_CLoudsim copied to clipboard
Code Consultation
Hi! I would like to ask if i can change the overload detection to fuzzy, and how can i change it ?
also i want to ask why vmSelectionPolicy is null ?
QLearningSchedulerTest.java
PowerVmSelectionPolicy vmSelectionPolicy = null;
try {
datacenter = new QlearningPowerDataCenter(name, characteristics, new QPowerVmAllocationPolicy(hostList,vmSelectionPolicy),
new LinkedList<Storage>(), 300, qAgent);
datacenter.setDisableMigrations(false);
} catch (Exception e) {
e.printStackTrace();
}