FogServicePlacement-ILPvsCN
FogServicePlacement-ILPvsCN copied to clipboard
These are the implementations of two service placement algorithms for fog computing in python 2.7. One is an ILP-based algorithm and the second one is based on the use of complex networks and graph pa...
Hi Thanks for this work , i m tired to run the project , i fix some import but this one , i can t find it ( File "\FogServicePlacement-ILPvsCN-master\src\CNoptimization.py",...
Traceback (most recent call last): File "C:\Python27\FogServicePlacement-ILPvsCN-master\src\placementMain.py", line 36, in import CNoptimization File "C:\Python27\FogServicePlacement-ILPvsCN-master\src\CNoptimization.py", line 33, in import POPULATION as pop ImportError: No module named POPULATION
Hello, I am very honored to read this paper.The idea of this article has deeply attracted me.But I don’t understand the hierarchical community built in the article.After removing the edge...