Perform update to global network structure and attributes.
This method is called for the network once after it has been updated using the node and edge update rules. It should be used to update global network attributes. It should not change any node or edge states on individual levels. Used for mean field states etc. Overload this method when building a process.
Parameters : | network : networkx.Graph
dt : float
|
---|---|
Returns : | network : networkx.Graph, The updated network |