/Influence-Maximization-Problem

The third project of CS303 Artificial Intelligence.

Primary LanguagePython

Influence-Maximization-Problem

The third project of CS303 Artificial Intelligence.

Structure

  • IMP.pdf describes the definition of the IMP problem
  • Project3.pdf describes the requirement of these project
  • network.txt is the standard format of input file
  • seeds.txt is the standard format of seed set file
  • ISE.py is to implement an estimation algorithm for the influence spread
  • IMP.py is to design and implement a search algorithm for IMPs.