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();
}
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
vmSelectionPolicyisnull?QLearningSchedulerTest.java