-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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();
}
Metadata
Metadata
Assignees
Labels
No labels