nd7141 / influence-maximization

Repository for research project that studies influence maximization problem.
158 stars 66 forks source link

Issue in newGreedyIC.py file #3

Open khurshedmemon opened 8 years ago

khurshedmemon commented 8 years ago

Hi, I'v been using code for Influence Maximization. I'm able to successfully run test.py to taste IC model but i couldn't execute newGreedyIC.py. It gives me following errors:

  1. couldn't import runIAC: i commented this line because runIAC lies under Arbitrary folder
  2. No such file or directory: 'Ep_hep_range1.txt'
nd7141 commented 8 years ago

Hey, this complains on the missing dataset. You have to provide correct dataset path to it.

I would not recommend using newGreedyIC.py, it was a test model.

khurshedmemon commented 8 years ago

can you provide complete dataset? 'Ep-hep_range1.txt' and other propagation probabilities text files.

Did you successfully implement newGreedy algorithm proposed in mentioned paper?

YingtongDou commented 7 years ago

The same problem as above. It seems that the whole directory does not contain the edge probability data text.