def setUp( self ):
'''Set up the experimental parameters and experiment.'''
self._er = networkx.erdos_renyi_graph(1000, 0.005)
self._params = dict(pInfect = 0.1,
pInfected = 0.01,
pRemove = 0.05)
文章目录