Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
816 stars 491 forks source link

ContainerCloudSim ContainerAllocationPolicy.optimizeAllocation(...) #146

Open yangxvlin opened 3 years ago

yangxvlin commented 3 years ago

Hi,

In all ContainerAllocationPolicy's concrete class, it just return null; for this method and this method has no usage in the CloudSim. I would like to ask is it because this method is left for future extension purpose?